package colombe

  1. Overview
  2. Docs
SMTP protocol in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

colombe-0.8.0.tbz
sha256=9d3ad39d5b7af765947ff9ff01cec15e4226924d816827fc15c7ec1e5be7fff3
sha512=8f9a8aefd33426064fead137374b134ad30f90d653afcf4f30043c3e82764edaa17e9b5323c040da3d60a9c1f491d9d265a069ae4ac887685719ecc47c812308

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
Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourceval of_string : string -> (t, [> `Msg of string ]) result
Sourceval of_string_exn : string -> t
Sourcemodule Encoder : sig ... end