package colombe

  1. Overview
  2. Docs
SMTP protocol in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

colombe-v0.2.0.tbz
sha256=12c2736f0e1a6e001a47e2b39907bc1f6ddb18718f2c341dcd10b19554706ead
sha512=09e19eff4a016f7735b35f2298f0557be38ee00b24b5bbf102b3c66c3b783ea5190e55ed2da3300fb8c05f445a832f1482fdea84ec35b78b238e771e5e377fd7

Description

SMTP protocol according RFC5321 without extension.

Published: 16 Mar 2020

README

colombe

Implementation of STMP protocols in OCaml

See RFC 5321 for more informations about SMTP

Dependencies (6)

  1. ocaml-syntax-shims
  2. angstrom >= "0.10.0" & < "0.14.0"
  3. ipaddr >= "3.0.0"
  4. fmt >= "0.8.5"
  5. dune >= "1.8.0"
  6. ocaml >= "4.07.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (3)

  1. facteur
  2. received < "0.3.0"
  3. sendmail = "0.2.0"

Conflicts (1)

  1. emile < "0.8"