Lines Matching refs:Babyl
17 Maildir, mbox, MH, Babyl, and MMDF.
613 :class:`Babyl`
617 .. class:: Babyl(path, factory=None, create=True)
619 A subclass of :class:`Mailbox` for mailboxes in Babyl format. Parameter
626 Babyl is a single-file mailbox format used by the Rmail mail user agent
633 Messages in a Babyl mailbox have two sets of headers, original headers and
636 attractive. Each message in a Babyl mailbox also has an accompanying list of
639 in the Babyl options section.
641 :class:`Babyl` instances have all of the methods of :class:`Mailbox` in
652 the mailbox rather than consulting the list of labels in the Babyl
653 options section, but the Babyl section is updated whenever the mailbox
656 Some :class:`Mailbox` methods implemented by :class:`Babyl` deserve special
662 In Babyl mailboxes, the headers of a message are not stored contiguously
680 `Format of Version 5 Babyl Files <https://quimby.gnus.org/notes/BABYL>`_
681 A specification of the Babyl format.
684 The Rmail manual, with some information on Babyl semantics.
1195 A message with Babyl-specific behaviors. Parameter *message* has the same
1599 Access a Babyl mailbox, which is similar to an MMDF mailbox. In Babyl format,
1603 ``EOOH`` line. Babyl-compliant mail readers will show you only the visible
1650 To copy all mail from a Babyl mailbox to an MH mailbox, converting all of the
1656 for message in mailbox.Babyl('~/RMAIL'):