Module Async_smtp_command.Spool.Status

type format = [
| `Ascii_table
| `Ascii_table_with_max_width of int
| `Exim
| `Sexp
]
include sig ... end
val format_of_sexp : Sexplib.Sexp.t ‑> format
val __format_of_sexp__ : Sexplib.Sexp.t ‑> format
val sexp_of_format : format ‑> Sexplib.Sexp.t
val spec : unit ‑> (format:format ‑> 'a'aCommon.Command.Spec.t
val dispatch : format:[ `Ascii_table | `Ascii_table_with_max_width of int | `Exim | `Sexp ] ‑> Async.Rpc.Connection.t ‑> unit Async.Deferred.t