Module Async_smtp__.Quarantine_reason

type t
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val compare : t ‑> t ‑> int
val description : t ‑> string
val envelope_sender : t ‑> Async_smtp_types.Smtp_envelope.Sender.t
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