package email_message

  1. Overview
  2. Docs
E-mail message parser

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=3aa5c85da8530c277cf9e72e18861b235b3b872f08c87f118c04478433320ebb

doc/email_message.kernel/Email_message_kernel/Lf_or_crlf/index.html

Module Email_message_kernel.Lf_or_crlfSource

Sourcetype t = [
  1. | `LF
    (*

    \n. Used to delineate new lines on most Unix systems.

    *)
  2. | `CRLF
    (*

    \r\n. Used to delineate new lines over the network.

    *)
]
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.