|
This module defines two classes, Mailbox and Message, for
accessing and manipulating on-disk mailboxes and the messages they contain.
Mailbox offers a dictionary-like mapping from keys to messages.
Message extends the email.Message module's Message
class with format-specific state and behavior. Supported mailbox formats are
Maildir, mbox, MH, Babyl, and MMDF.
See Also:
- Module email:
- Represent and manipulate messages.
Release 2.5.2, documentation updated on 21th February, 2008.
See About this document... for information on suggesting changes.
|