email_message.kernel
Private.Email_intf
email_message
email_message.email_address
ppxlib
yojson
module type Email = sig ... end
An Email.t is a list of headers along with unparsed content. Email_content.parse can be used to work with the structured content of an email.
Email.t
Email_content.parse