package colombe

  1. Overview
  2. Docs
SMTP protocol in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

colombe-0.12.1.tbz
sha256=e8b1ecc4751ee731ae36f81c229263835ee09b1e10aca88ee140c865c4c1d823
sha512=81ba62a76f8265816096e84fbc56780abb5ccf80c883b97be942d8f1ed687babbf45fd56e489646cfa145fbf401383026a3a719d33da1a27dbaa6652f7856b8a

doc/colombe/Colombe/Reverse_path/Decoder/index.html

Module Reverse_path.DecoderSource

Sourceval reverse_path : Colombe__Path.t option Angstrom.t
Sourceval esmtp_keyword : string Angstrom.t
Sourceval esmtp_value : string Angstrom.t
Sourceval esmtp_param : (string * string option) Angstrom.t
Sourceval mail_parameters : (string * string option) list Angstrom.t
Sourceval of_string : string -> Colombe__Path.t option * (string * string option) list