Up

Module Smtp_command = Types.Command

Signature

type t =
| Hello of string
| Extended_hello of string
| Sender of string
| Recipient of string
| Data
| Reset
| Quit
| Help
| Noop
| Start_tls
val to_string : t -> string
val of_string : string -> t