package colombe

  1. Overview
  2. Docs
SMTP protocol in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

colombe-v0.3.0.tbz
sha256=e191073dd4d984cd63e5a78debbc481e4fa1c5a543c756fedef9f82c40962c73
sha512=6c7279d2df763ec43f09a083feaf8285d4c90df22e9749dc404f8e96d34c5ec7f047b8c54f46c8e9e1d70fda603ab5c3ba3da99333d21c95e16ca9442fd1d573

doc/colombe/Colombe/Path/index.html

Module Colombe.PathSource

Sourcetype t = {
  1. local : [ `String of string | `Dot_string of string list ];
  2. domain : Domain.t;
  3. rest : Domain.t list;
}
Sourcetype mailbox = [ `String of string | `Dot_string of string list ] * Domain.t
Sourceval equal_local : [> `Dot_string of string list | `String of string ] -> [> `Dot_string of string list | `String of string ] -> bool
Sourceval equal : t -> t -> bool
Sourceval compare_domains : Domain.t list -> Domain.t list -> int
Sourceval compare_local : [< `Dot_string of String.t list | `String of String.t ] -> [< `Dot_string of String.t list | `String of String.t ] -> int
Sourceval compare : t -> t -> int
Sourceval pp_local : Format.formatter -> [< `Dot_string of string list | `String of string ] -> unit
Sourceval pp : Format.formatter -> t -> unit
Sourcemodule Decoder : sig ... end
Sourcemodule Encoder : sig ... end
OCaml

Innovation. Community. Security.