package async_smtp

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

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
Sourcemodule Fields : sig ... end
Sourceval of_email : Async_smtp_types.Email.t -> compute_md5:bool -> t
OCaml

Innovation. Community. Security.