package async_smtp

  1. Overview
  2. Docs
SMTP client and server

Install

Dune Dependency

Authors

Maintainers

Sources

async_smtp-v0.15.0.tar.gz
sha256=41e265c2d1cd7cde23235d4bb3692226be7d159e4c82e976e68e838b910865d6

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.Span.t ];
  4. final_ok_timeout : [ `Default | `This of Core.Time.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 tls : t -> (Domain_suffix.t * Tls.t) list
Sourceval greeting : t -> string option
Sourcemodule Fields : sig ... end
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.Span.t
Sourceval final_ok_timeout : t -> Core.Time.Span.t
Sourceval default : t Core.Lazy.t
Sourceval param : t Async.Command.Param.t
OCaml

Innovation. Community. Security.