Module Async_smtp.Mail_log.Session_marker

Special tags that are used by the mailcoregrep utility in order to parse the log messages

type t = [
| `Connected
| `Mail_from
| `Rcpt_to
| `Data
| `Sending
]