package email_message

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. boundary : Email_message__.Boundary.t;
  2. prologue : Bigstring_shared.t option;
  3. epilogue : Bigstring_shared.t option;
  4. parts : Email.t list;
    (*

    container_headers is informational only for use when further processing parts. it is ignored by to_email.

    *)
  5. container_headers : Email_message__.Headers.t;
}