package email_message
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
E-mail message parser
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=3aa5c85da8530c277cf9e72e18861b235b3b872f08c87f118c04478433320ebb
doc/email_message.kernel/Email_message_kernel/Headers/Normalize/index.html
Module Headers.NormalizeSource
Normalize specifies how to handle header values. It is used in two contexts:
1) Transport (Normalize.encode): Specify how to turn a string into a header value. `Whitespace will add the necessary for transport.
2) Processing (Normalize.decode): Specify how to turn a header value into a string. `Whitespace will remove all leading and trailing whitespace on each line in order to cleanly process the value.
Source
type encode = [ | `None(*Leave whitespace unchanged
*)| `Whitespace(*Cleanup leading and trailing whitespace on each line
*)
] sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>