package email_message

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private string
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.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