Home
last modified time | relevance | path

Searched refs:MMDF (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Demo/scripts/
DREADME13 mboxconvert.py Convert MH or MMDF mailboxes to unix mailbox format
/external/python/cpython2/Doc/library/
Dmailbox.rst17 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/cpython2/Lib/
Dmailbox.py872 class MMDF(_mboxMMDF): class
/external/python/cpython2/Lib/test/
Dtest_mailbox.py1037 _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
/external/python/cpython2/Misc/
DNEWS3692 - Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox
3700 mbox, MMDF or Babyl mailbox.
3716 MMDF, or Babyl mailboxes.
DHISTORY15522 * Module mailbox (by Jack Jansen) contains a parser for UNIX and MMDF