Up
Module
Simple
Signature
module
Mimetype
: sig .. end
type
attachment_name = string
module
Content
: sig .. end
type
t =
email
val
create : ?from:
Email_address.t
-> to_:
Email_address.t
list -> ?cc:
Email_address.t
list -> subject:string -> ?id:string -> ?date:
Core.Std.Time.t
-> ?extra_headers:(
Field_name.t
* string) list -> ?attachments:(
attachment_name
*
Content.t
) list ->
Content.t
->
t
module
Expert
: sig .. end