• Home
  • Raw
  • Download

Lines Matching refs:Mailbox

14 This module defines two classes, :class:`Mailbox` and :class:`Message`, for
16 :class:`Mailbox` offers a dictionary-like mapping from keys to messages.
30 :class:`Mailbox` objects
33 .. class:: Mailbox
37 The :class:`Mailbox` class defines an interface and is not intended to be
39 :class:`Mailbox` and your code should instantiate a particular subclass.
41 The :class:`Mailbox` interface is dictionary-like, with small keys
42 corresponding to messages. Keys are issued by the :class:`Mailbox` instance
43 with which they will be used and are only meaningful to that :class:`Mailbox`
47 Messages may be added to a :class:`Mailbox` instance using the set-like
51 :class:`Mailbox` interface semantics differ from dictionary semantics in some
55 :class:`Mailbox` instance, the provided message representation's contents are
57 the :class:`Mailbox` instance.
59 The default :class:`Mailbox` iterator iterates over message representations,
79 :class:`Mailbox` instances have the following methods:
144 unless a custom message factory was specified when the :class:`Mailbox`
161 when the :class:`Mailbox` instance was initialized.
172 custom message factory was specified when the :class:`Mailbox` instance
215 not necessarily independent of the :class:`Mailbox` instance that
241 when the :class:`Mailbox` instance was initialized.
251 when the :class:`Mailbox` instance was initialized.
262 for *arg* to be a :class:`Mailbox` instance.
271 Write any pending changes to the filesystem. For some :class:`Mailbox`
293 some :class:`Mailbox` subclasses, this method does nothing.
304 A subclass of :class:`Mailbox` for mailboxes in Maildir format. Parameter
348 :class:`Maildir` instances have all of the methods of :class:`Mailbox` in
383 Some :class:`Mailbox` methods implemented by :class:`Maildir` deserve special
446 A subclass of :class:`Mailbox` for mailboxes in mbox format. Parameter *factory*
465 Some :class:`Mailbox` methods implemented by :class:`mbox` deserve special
506 A subclass of :class:`Mailbox` for mailboxes in MH format. Parameter *factory*
526 :class:`MH` instances have all of the methods of :class:`Mailbox` in addition
578 Some :class:`Mailbox` methods implemented by :class:`MH` deserve special
636 A subclass of :class:`Mailbox` for mailboxes in Babyl format. Parameter
658 :class:`Babyl` instances have all of the methods of :class:`Mailbox` in
673 Some :class:`Mailbox` methods implemented by :class:`Babyl` deserve special
712 A subclass of :class:`Mailbox` for mailboxes in MMDF format. Parameter *factory*
728 Some :class:`Mailbox` methods implemented by :class:`MMDF` deserve special
787 messages retrieved using :class:`Mailbox` instances. In some situations, the
789 not be acceptable. For such situations, :class:`Mailbox` instances also
791 be specified when a :class:`Mailbox` instance is initialized.
1502 :class:`Mailbox` subclass with a path that does not exist (and with the *create*