package async_smtp

  1. Overview
  2. Docs
SMTP client and server

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=c416027c2537e22129f7049bf03ec3f867557d47b194d7e91d72c399fe656b27

doc/async_smtp.tools/Async_smtp_tools/Util/Smtp_client_config/index.html

Module Util.Smtp_client_configSource

include module type of Async_smtp.Smtp_client.Config
Sourcemodule Tls : sig ... end
Sourcemodule Domain_suffix : sig ... end
Sourcetype t = {
  1. greeting : string option;
  2. tls : (Domain_suffix.t * Tls.t) list;
  3. send_receive_timeout : [ `Default | `This of Core.Time_float.Span.t ];
  4. final_ok_timeout : [ `Default | `This of Core.Time_float.Span.t ];
}
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval load_exn : string -> t Async.Deferred.t
Sourceval match_tls_domain : t -> string -> Tls.t option
Sourceval has_tls : t -> bool
Sourceval send_receive_timeout : t -> Core.Time_float.Span.t
Sourceval final_ok_timeout : t -> Core.Time_float.Span.t
Sourceval default : t Core.Lazy.t
Sourceval param : t Async.Command.Param.t
OCaml

Innovation. Community. Security.