package email_message

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val headers : t -> Email_message__.Headers.t

The headers surrounding this attachment

val embedded_email : t -> Email.t option

Some email if this is an attached message/rfc822 content

These are expensive operations

val md5 : t -> string Core.Or_error.t
val filename : t -> attachment_name
val to_file : t -> string -> unit Async.Deferred.Or_error.t