mailbox_reader 1.0.2 -- Python module to read UNIX mailboxes sequentially.
Andrew Dalke
adalke at mindspring.com
Sat Jul 12 16:23:45 EDT 2003
Grzegorz Adam Hankiewicz:
> The module provides two classes: Mailbox, a file-like object
> which allows you to iterate through the contents of a mailbox,
> and Email, an object which holds the individual emails returned by
> Mailbox.
What does this do that the standard Python library doesn't support?
mailbox - http://python.org/doc/current/lib/module-mailbox.html
This module defines a number of classes that allow easy and uniform
access to mail messages in a (Unix) mailbox.
email - http://python.org/doc/current/lib/module-email.html
The email package is a library for managing email messages,
Andrew
dalke at dalkescientific.com
More information about the Python-list
mailing list