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/Reply/index.html

Module Colombe.ReplySource

Sourcetype pos_completion = [
  1. | `PP_211 of string list
  2. | `PP_214 of string list
  3. | `PP_220 of string list
  4. | `PP_221 of string list
  5. | `PP_250 of string list
  6. | `PP_251 of string list
  7. | `PP_252 of string list
]
Sourcetype pos_intermediate = [
  1. | `TP_354 of string list
]
Sourcetype transient_neg_completion = [
  1. | `TN_421 of string list
  2. | `TN_450 of string list
  3. | `TN_451 of string list
  4. | `TN_452 of string list
  5. | `TN_455 of string list
]
Sourcetype permanent_neg_completion = [
  1. | `PN_500 of string list
  2. | `PN_501 of string list
  3. | `PN_502 of string list
  4. | `PN_503 of string list
  5. | `PN_504 of string list
  6. | `PN_550 of string list
  7. | `PN_551 of string list
  8. | `PN_552 of string list
  9. | `PN_553 of string list
  10. | `PN_554 of string list
  11. | `PN_555 of string list
]
Sourceval pp : t Fmt.t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval v : int -> string list -> t
Sourceval code : t -> int
Sourceval lines : t -> string list
Sourcemodule Decoder : sig ... end
Sourcemodule Encoder : sig ... end