package mrmime

  1. Overview
  2. Docs
module Iana : sig ... end
module Location : sig ... end

Location module.

module Content_encoding : sig ... end

Content-Transfer-Encoding value

module MessageID : sig ... end
module Content_type : sig ... end

Content-type module.

module Encoded_word : sig ... end
module Mailbox : sig ... end
module Date : sig ... end
module Field : sig ... end
module Field_name : sig ... end
module Header : sig ... end
module Address : sig ... end
module Group : sig ... end
module Unstructured : sig ... end
module Unstructured_with_encoded : sig ... end

This module provides an alternative to Unstructured which handles encoded words. It is meant for the Subject and other unstructured header fields, where RFC-2047 adds additional semantics on top of the SMTP protocol. The addition of encoded words allows sending UTF-8 content in a 7 bit protocol, like SMTP without the SMTPUTF8 extension.

module Mail : sig ... end
module Hd : sig ... end
module Mt : sig ... end
OCaml

Innovation. Community. Security.