Searched refs:Babyl (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Doc/library/ |
D | mailbox.rst | 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 [all …]
|
/external/python/cpython2/Lib/ |
D | mailbox.py | 1228 class Babyl(_singlefileMailbox): class
|
/external/python/cpython2/Lib/test/ |
D | test_mailbox.py | 1174 _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
|
/external/python/cpython2/Misc/ |
D | NEWS | 3639 - Issue #11062: Fix adding a message from file to Babyl mailbox. 3692 - Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox 3700 mbox, MMDF or Babyl mailbox. 3716 MMDF, or Babyl mailboxes.
|