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.3.2.tbz
sha256=0fe37cf06ef25a0a0fef7e485b836188824528d1425743cc5c479bc281262b31
sha512=f15bf2cee0998c162886a512a680a415529db39dbdea241c910c1fae7cad5c1bb94afe13ee247ac52149349f08dc922d4d4f37920fe54a0a0e6d0ab40ee2170e
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