package email_message

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : ?from:[ `Keep | `Change_to of Email_address.t ] -> ?to_:[ `Keep | `Change_to of Email_address.t list ] -> ?cc:[ `Keep | `Change_to of Email_address.t list ] -> ?subject:[ `Keep | `Prepend of string ] -> Email.t -> t
val create_from_email : Email.t -> t
val add : t -> Email.t -> Email.t
module Stable : sig ... end