package mrmime
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Mr. MIME
Install
dune-project
Dependency
Authors
Maintainers
Sources
mrmime-v0.5.0.tbz
sha256=0ac119fbcf49e66d2e13dec3cc23109be03cbd7b9f7f868ab1afb3eb3bf2c4e4
sha512=3f047fea13792415317ca5e3ba26a5ca8761662de57937a3b40ae590a0d5a82da645118472fc25ff8568b6615587264ae0c410adf39ae0498492e9a0dfa6695e
doc/mrmime/Mrmime/Field_name/index.html
Module Mrmime.Field_nameSource
Type of field name.
capitalize t capitalizes t - any letter in front of '-' will be a capital letter.
of_string s tries to return a field-name. s must respect standards. Otherwise, we return an Error.
Same as of_string but raises an Invalid_argument instead of returning Error.
Alias of of_string_exn.
of_prefixed_by prefix t returns true if t is prefixed by s:
prefixed_by "Resent" resent_date ;;
- : bool = trueDecoder of field name.
Encoder of field name.
Helpers.
RFC 5322 Field names.
RFC 2045 Field names.
Resent Field names.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page