Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = [
| `Hello of Domain.t
| `Mail of Reverse_path.t * (string * string option) list
| `Recipient of Forward_path.t * (string * string option) list
| `Expand of string
| `Data
| `Data_end
| `Help of string option
| `Noop of string option
| `Verify of string
| `Reset
| `Quit
| `Verb of string * string list
| `Payload of string
]
module Decoder : sig ... end
module Encoder : sig ... end