package async_smtp

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

Module Async_smtp.Smtp_commandSource

Sourcetype 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
Sourceval to_string : t -> string
Sourceval of_string : string -> t
OCaml

Innovation. Community. Security.