package async_smtp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Smtp_client.ConfigSource

Sourcemodule Tls : 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 tls : t -> (Domain_suffix.t * Tls.t) list
Sourceval greeting : t -> string option
Sourcemodule Fields : sig ... end
Sourceval default : 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
OCaml

Innovation. Community. Security.