package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Start_tls
  2. | Auth of string list
  3. | Mime_8bit_transport
  4. | Other of string
include sig ... end
val compare : t -> t -> int
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val all : t list
include Core.Equal.S with type t := t
val equal : t Base.Equal.equal
val of_string : string -> t
val to_string : t -> string