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
val compare : t -> t -> int
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.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