package email_message

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private string
val compare : t -> t -> int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val text : t
val text_utf8 : t
val html : t
val html_utf8 : t
val pdf : t
val jpg : t
val png : t
val csv : t
val multipart_mixed : t
val multipart_alternative : t
val of_string : string -> t
val equal : t -> t -> bool
val arg_type : t Core.Command.Arg_type.t
val from_filename : string -> t
val from_extension : string -> t
val guess_encoding : t -> Octet_stream.Encoding.known