(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-mhlib.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-mailbox.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-mailbox.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/genindex.html| ]]
|
Next: 12.19 mhlib Up: 12.18 mailbox Previous: 12.18 mailbox
12.18.1 Mailbox Objects
All implementations of Mailbox objects have one externally visible method:
- next ()
- Return the next message in the mailbox, as a rfc822.Message object (see the rfc822 module). Depending on the mailbox implementation the fp attribute of this object may be a true file object or a class instance simulating a file object, taking care of things like message boundaries if multiple mail messages are contained in a single file, etc.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-mhlib.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-mailbox.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-mailbox.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/genindex.html| ]]
|
Next: 12.19 mhlib Up: 12.18 mailbox Previous: 12.18 mailbox
Send comments on this document to python-docs@python.org.