Module Async_smtp_tools.Session

module Outbound_envelope : sig ... end
module Inbound_envelope : sig ... end
type t
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
val compare : t ‑> t ‑> int
val create : Async_smtp.Std.Smtp_mail_log.Flows.Id.t ‑> t

build up a t

val update : t ‑> Async_smtp.Std.Smtp_mail_log.Message.t ‑> unit
val inbound_envelopes : t ‑> Inbound_envelope.t list

get information from a t

val session_connect : t ‑> Core.Time.t option
val raw_messages : t ‑> Async_smtp.Std.Smtp_mail_log.Message.t list
module Summary : sig ... end
val summary : t ‑> Summary.t