package colombe

  1. Overview
  2. Docs
SMTP protocol in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

colombe-v0.1.0.tbz
sha256=77e1058f787de49e07abc6ac26db015b174538570dac0ba428d1c665407537c6
sha512=a619b77cd781cb5884d8a9c219ead580e54dc462d5217c452893d2d4e99be2f12026a07037fcc01a03737d0a78f3c4ea190e02f120023377c19b064c37884745

doc/colombe.starttls/Starttls/Client/index.html

Module Starttls.Client

type t
type nonrec error = Colombe.Rfc1869.error
val pp_error : error Fmt.t
val ehlo : t -> string -> (t, error) result
val encode : t -> Colombe.Rfc1869.encode
val action : t -> Colombe.Rfc1869.action option
val decode : Colombe.Rfc1869.decode -> t -> (t, error) result
val handle : t -> t
val mail_from : t -> Colombe.Reverse_path.t -> (string * string option) list
val rcpt_to : t -> Colombe.Forward_path.t -> (string * string option) list
OCaml

Innovation. Community. Security.