package mrmime

  1. Overview
  2. Docs
Mr. MIME

Install

Dune Dependency

Authors

Maintainers

Sources

mrmime-0.6.1.tbz
sha256=0f3b2bef13f3bb9448cc876e6c5e0e0008c7258ec27415671d167141b702b016
sha512=606c47ba25f6ea194e6ad36c32683567c8b264932767027b04f459becc44b5834d66183db2cf8c0963eb65fc7349cd24a790d793c066b7ddc9a5bf9e3099917d

doc/mrmime/Mrmime/Address/index.html

Module Mrmime.AddressSource

Sourcetype t = [
  1. | `Group of Group.t
  2. | `Mailbox of Mailbox.t
]

Type of address, an address may either be an individual mailbox, or a group of mailboxes.

Sourceval group : Group.t -> t

group g returns an address from a Group.t.

Sourceval mailbox : Mailbox.t -> t

mailbox m returns an address from a Mailbox.t.

Equals.

Sourceval equal : t -> t -> bool

Equal function of t.

Pretty-printers.

Sourceval pp : Format.formatter -> t -> unit

Pretty-printer of t.

Decoder of address.

Sourcemodule Decoder : sig ... end

Encoder of address.

Sourcemodule Encoder : sig ... end
OCaml

Innovation. Community. Security.