Home
last modified time | relevance | path

Searched refs:Mailbox (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/lib/et/test_cases/
Dimap_err.et42 "Mailbox has an invalid format"
48 "Mailbox does not exist"
51 "Mailbox already exists"
57 "Mailbox is locked by POP server"
103 "Mailbox is over quota"
106 "Mailbox is at %d%% of quota"
/external/python/cpython2/Doc/library/
Dmailbox.rst11 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
[all …]
/external/python/cpython2/Lib/
Dmailbox.py40 class Mailbox: class
242 class Maildir(Mailbox):
249 Mailbox.__init__(self, dirname, factory, create)
564 class _singlefileMailbox(Mailbox):
569 Mailbox.__init__(self, path, factory, create)
917 class MH(Mailbox):
922 Mailbox.__init__(self, path, factory, create)
/external/python/cpython2/Doc/faq/
Dprogramming.rst1512 generic ``Mailbox`` class that provides basic accessor methods for a mailbox,
1557 if isinstance(obj, Mailbox):
1566 class Mailbox:
/external/python/cpython2/Lib/test/
Dtest_mailbox.py466 box = mailbox.Mailbox('path')
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt324 # Section 5.1.3. Mailbox International Naming Convention
/external/python/cpython2/Misc/
DNEWS3714 - Issue #15036: Mailbox no longer throws an error if a flush is done
DHISTORY8612 - mailbox: Mailbox class conforms better to qmail specifications.