package mrmime

  1. Overview
  2. Docs
type word = Rfc822.word
type phrase = Rfc5322.phrase
type t = Rfc5322.group = {
  1. name : phrase;
  2. mailboxes : Mailbox.t list;
}
val make : name:phrase -> Mailbox.t list -> t option

make ~name mailboxes makes a new group with name name of mailboxes.

val v : name:phrase -> Mailbox.t list -> t

Same as make but raises an exception if list of mailboxes is empty.

Equal.

val equal : t -> t -> bool

Equal function of t.

Pretty-printer.

val pp : t Fmt.t

Pretty-printer of t.

Encoder of group.

module Encoder : sig ... end
OCaml

Innovation. Community. Security.