type t
[
|
`envelope_sender of Re2.t
`envelope_recipient of Re2.t
`recipient of Re2.t
`subject of Re2.t
`rfc822_id of Re2.t
`flows of Async_smtp.Smtp_mail_log.Flows.t
]
include sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val __t_of_sexp__ : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val regex : t ‑> Re2.t