This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akuchling
Recipients
Date 2003-02-14.13:42:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The Maildir class in the mailbox module only supports reading 
a Maildir.  The attached patch adds methods for adding messages
and moving them from folder to folder within the Maildir.
The mailbox test suite is also expanded to actually exercise the 
Maildir code a bit.

This patch doesn't include the required documentation.
For now I just want a review of the interface (are add_message()
and move_message() all we need?  are the parameters right?).
and of the code.
History
Date User Action Args
2007-08-23 15:20:39adminlinkissue686545 messages
2007-08-23 15:20:39admincreate