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. 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 [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 | 1237 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 | 1279 _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.
|