package email_message

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

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

    *)
  5. container_headers : Headers.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : ?boundary:Email_message_kernel__.Boundary.t -> ?prologue:Bigstring_shared.t -> ?epilogue:Bigstring_shared.t -> ?container_headers:Headers.t -> Email_message_kernel__.Email.t list -> t
val set : t -> ?boundary:Email_message_kernel__.Boundary.t -> ?prologue:Bigstring_shared.t option -> ?epilogue:Bigstring_shared.t option -> ?parts:Email_message_kernel__.Email.t list -> ?container_headers:Headers.t -> unit -> t
OCaml

Innovation. Community. Security.