package async_smtp

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

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

type t = [
  1. | `Connected
  2. | `Mail_from
  3. | `Rcpt_to
  4. | `Data
  5. | `Sending
]