email_message.kernel
Email_message_kernel.Lf_or_crlf
email_message
email_message.email_address
ppxlib
yojson
type t = [
| `LF
\n. Used to delineate new lines on most Unix systems.
| `CRLF
\r\n. Used to delineate new lines over the network.
]
val to_string : t -> string