Lines Matching refs:Babyl
19 Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
630 :class:`Babyl`
634 .. class:: Babyl(path, factory=None, create=True)
636 A subclass of :class:`Mailbox` for mailboxes in Babyl format. Parameter
643 Babyl is a single-file mailbox format used by the Rmail mail user agent
650 Messages in a Babyl mailbox have two sets of headers, original headers and
653 attractive. Each message in a Babyl mailbox also has an accompanying list of
656 in the Babyl options section.
658 :class:`Babyl` instances have all of the methods of :class:`Mailbox` in
669 the mailbox rather than consulting the list of labels in the Babyl
670 options section, but the Babyl section is updated whenever the mailbox
673 Some :class:`Mailbox` methods implemented by :class:`Babyl` deserve special
679 In Babyl mailboxes, the headers of a message are not stored contiguously
697 `Format of Version 5 Babyl Files <https://quimby.gnus.org/notes/BABYL>`_
698 A specification of the Babyl format.
701 The Rmail manual, with some information on Babyl semantics.
1214 A message with Babyl-specific behaviors. Parameter *message* has the same
1540 To copy all mail from a Babyl mailbox to an MH mailbox, converting all of the
1546 for message in mailbox.Babyl('~/RMAIL'):