Searched refs:Babyl (Results 1 – 8 of 8) 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/cpython3/Doc/library/ |
D | mailbox.rst | 19 Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF. 627 :class:`Babyl` 631 .. class:: Babyl(path, factory=None, create=True) 633 A subclass of :class:`Mailbox` for mailboxes in Babyl format. Parameter 640 Babyl is a single-file mailbox format used by the Rmail mail user agent 647 Messages in a Babyl mailbox have two sets of headers, original headers and 650 attractive. Each message in a Babyl mailbox also has an accompanying list of 653 in the Babyl options section. 655 :class:`Babyl` instances have all of the methods of :class:`Mailbox` in 666 the mailbox rather than consulting the list of labels in the Babyl [all …]
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.4rc1.rst | 1691 Fix adding a message from file to Babyl mailbox. 1865 Preserve permissions of mbox, MMDF and Babyl mailbox files on flush(). 1884 over the old file when flush() is called on an mbox, MMDF or Babyl mailbox. 1934 removing or changing multiple items in mbox, MMDF, or Babyl mailboxes.
|
/external/python/cpython2/Lib/ |
D | mailbox.py | 1228 class Babyl(_singlefileMailbox): class
|
/external/python/cpython3/Lib/ |
D | mailbox.py | 1240 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/cpython3/Lib/test/ |
D | test_mailbox.py | 1304 _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 6681 - Issue #11062: Fix adding a message from file to Babyl mailbox. 6971 - Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on 6978 renamed over the old file when flush() is called on an mbox, MMDF or Babyl 7294 MMDF, or Babyl mailboxes.
|