package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Auth of Email_address.t option
  2. | Body of [ `Mime_8bit | `Mime_7bit ]
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
val of_string : string -> t Core.Or_error.t
val to_string : t -> string
val list_of_string : allowed_extensions:Smtp_extension.t list -> string -> t list Core.Or_error.t
module Stable : sig ... end