package email_message

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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.

    *)
]
val to_string : t -> string
OCaml

Innovation. Community. Security.