package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int
val description : t -> string
val from_headers : t -> string
val to_string : t -> string
val of_envelope : description:string -> Async_smtp_types.Smtp_envelope.Bodiless.t -> t
module Stable : sig ... end