Lines Matching refs:MMDF
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
1326 As with message in an mbox mailbox, MMDF messages are stored with the
1331 Conventional flags for MMDF messages are identical to those of mbox message
1584 Access an MMDF-style mailbox, where all messages are contained in a single file
1599 Access a Babyl mailbox, which is similar to an MMDF mailbox. In Babyl format,