package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type format = [
  1. | `Ascii_table
  2. | `Ascii_table_with_max_width of int
  3. | `Exim
  4. | `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, 'a) Async_smtp_command.Common.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