• Home
  • Raw
  • Download

Lines Matching refs:Mailbox

11 This module defines two classes, :class:`Mailbox` and :class:`Message`, for
13 :class:`Mailbox` offers a dictionary-like mapping from keys to messages.
28 :class:`Mailbox` objects
32 .. class:: Mailbox
36 The :class:`Mailbox` class defines an interface and is not intended to be
38 :class:`Mailbox` and your code should instantiate a particular subclass.
40 The :class:`Mailbox` interface is dictionary-like, with small keys
41 corresponding to messages. Keys are issued by the :class:`Mailbox` instance
42 with which they will be used and are only meaningful to that :class:`Mailbox`
46 Messages may be added to a :class:`Mailbox` instance using the set-like
50 :class:`Mailbox` interface semantics differ from dictionary semantics in some
54 :class:`Mailbox` instance, the provided message representation's contents are
56 the :class:`Mailbox` instance.
58 The default :class:`Mailbox` iterator iterates over message representations,
78 :class:`Mailbox` instances have the following methods:
138 unless a custom message factory was specified when the :class:`Mailbox`
155 when the :class:`Mailbox` instance was initialized.
166 custom message factory was specified when the :class:`Mailbox` instance
193 not necessarily independent of the :class:`Mailbox` instance that
221 when the :class:`Mailbox` instance was initialized.
231 when the :class:`Mailbox` instance was initialized.
242 for *arg* to be a :class:`Mailbox` instance.
251 Write any pending changes to the filesystem. For some :class:`Mailbox`
273 some :class:`Mailbox` subclasses, this method does nothing.
284 A subclass of :class:`Mailbox` for mailboxes in Maildir format. Parameter
293 instance that behaves like instances of other :class:`Mailbox` subclasses, set
331 :class:`Maildir` instances have all of the methods of :class:`Mailbox` in
366 Some :class:`Mailbox` methods implemented by :class:`Maildir` deserve special
429 A subclass of :class:`Mailbox` for mailboxes in mbox format. Parameter *factory*
448 Some :class:`Mailbox` methods implemented by :class:`mbox` deserve special
489 A subclass of :class:`Mailbox` for mailboxes in MH format. Parameter *factory*
509 :class:`MH` instances have all of the methods of :class:`Mailbox` in addition
561 Some :class:`Mailbox` methods implemented by :class:`MH` deserve special
619 A subclass of :class:`Mailbox` for mailboxes in Babyl format. Parameter
641 :class:`Babyl` instances have all of the methods of :class:`Mailbox` in
656 Some :class:`Mailbox` methods implemented by :class:`Babyl` deserve special
695 A subclass of :class:`Mailbox` for mailboxes in MMDF format. Parameter *factory*
711 Some :class:`Mailbox` methods implemented by :class:`MMDF` deserve special
768 messages retrieved using :class:`Mailbox` instances. In some situations, the
770 not be acceptable. For such situations, :class:`Mailbox` instances also
772 be specified when a :class:`Mailbox` instance is initialized.
1483 :class:`Mailbox` subclass with a path that does not exist (and with the *create*