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/Async_smtp/Smtp_mail_log/Mail_fingerprint/index.html

Module Smtp_mail_log.Mail_fingerprintSource

Sourcetype t = {
  1. headers : (string * string) list;
  2. md5 : string option;
  3. parts : t list;
}
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 parts : t -> t list
Sourceval md5 : t -> string option
Sourceval headers : t -> (string * string) list
Sourceval of_email : Async_smtp_types.Email.t -> compute_md5:bool -> t
OCaml

Innovation. Community. Security.