Home
last modified time | relevance | path

Searched refs:UnixMailbox (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_old_mailbox.py148 box = mailbox.UnixMailbox(f)
/external/python/cpython2/Doc/library/
Dmailbox.rst1542 .. class:: UnixMailbox(fp[, factory])
1564 The :class:`UnixMailbox` class implements a more strict version of ``From_``
1569 :class:`UnixMailbox` except that individual messages are separated by only
1575 A less-strict version of :class:`UnixMailbox`, which considers only the ``From``
1587 :class:`UnixMailbox` class.
1594 *factory* is as with the :class:`UnixMailbox` class.
1608 :class:`UnixMailbox` class.
1625 mbox = mailbox.UnixMailbox(fp, msgfactory)
1633 mbox = mailbox.UnixMailbox(fp, email.message_from_file)
/external/python/cpython2/Lib/
Dmailbox.py2079 class UnixMailbox(_Mailbox): class
2145 class PortableUnixMailbox(UnixMailbox):
2146 _isrealfromline = UnixMailbox._portable_isrealfromline
/external/python/cpython2/Misc/
DHISTORY7960 identical to UnixMailbox but uses a more portable scheme for