Searched refs:MMDF (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Demo/scripts/ |
D | README | 13 mboxconvert.py Convert MH or MMDF mailboxes to unix mailbox format
|
/external/python/cpython2/Doc/library/ |
D | mailbox.rst | 17 Maildir, mbox, MH, Babyl, and MMDF. 689 :class:`MMDF` 693 .. class:: MMDF(path, factory=None, create=True) 695 A subclass of :class:`Mailbox` for mailboxes in MMDF format. Parameter *factory* 702 MMDF is a single-file mailbox format invented for the Multichannel Memorandum 711 Some :class:`Mailbox` methods implemented by :class:`MMDF` deserve special 718 :class:`MMDF` instance may yield unpredictable results or raise an 732 A specification of MMDF format from the documentation of tin, a newsreader. 734 `MMDF <https://en.wikipedia.org/wiki/MMDF>`_ 1323 A message with MMDF-specific behaviors. Parameter *message* has the same meaning [all …]
|
/external/python/cpython3/Doc/library/ |
D | mailbox.rst | 19 Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF. 706 :class:`MMDF` 710 .. class:: MMDF(path, factory=None, create=True) 712 A subclass of :class:`Mailbox` for mailboxes in MMDF format. Parameter *factory* 719 MMDF is a single-file mailbox format invented for the Multichannel Memorandum 728 Some :class:`Mailbox` methods implemented by :class:`MMDF` deserve special 735 :class:`MMDF` instance may yield unpredictable results or raise an 749 A specification of MMDF format from the documentation of tin, a newsreader. 751 `MMDF <https://en.wikipedia.org/wiki/MMDF>`_ 1342 A message with MMDF-specific behaviors. Parameter *message* has the same meaning [all …]
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.4rc1.rst | 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 | 872 class MMDF(_mboxMMDF): class
|
/external/python/cpython3/Lib/ |
D | mailbox.py | 887 class MMDF(_mboxMMDF): class
|
/external/python/cpython2/Lib/test/ |
D | test_mailbox.py | 1037 _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
|
/external/python/cpython3/Lib/test/ |
D | test_mailbox.py | 1139 _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 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. 32901 * Module mailbox (by Jack Jansen) contains a parser for UNIX and MMDF
|
/external/python/cpython2/Misc/ |
D | HISTORY | 15522 * Module mailbox (by Jack Jansen) contains a parser for UNIX and MMDF
|