package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Hello of string
  2. | Extended_hello of string
  3. | Sender of string
  4. | Recipient of string
  5. | Auth of string * string option
  6. | Data
  7. | Reset
  8. | Quit
  9. | Help
  10. | Noop
  11. | Start_tls
val to_string : t -> string
val of_string : string -> t