Module Async_smtp__Message.Queue

type t =
| Active
| Frozen
| Removed
| Quarantine
include sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val all : t list
val compare : t ‑> t ‑> int
val to_dirname : t ‑> string
val of_status : Status.t ‑> t option
val of_status' : Status.t ‑> t Core.Or_error.t