package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Server_session
  2. | `Client_session
  3. | `Inbound_envelope
  4. | `Outbound_envelope
  5. | `Cached_connection
]
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t