[Patches] [ python-Patches-686545 ] Add addition and moving messages to Maildir

SourceForge.net noreply at sourceforge.net
Sun Oct 3 00:56:20 CEST 2004


Patches item #686545, was opened at 2003-02-14 08:42
Message generated for change (Settings changed) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=686545&group_id=5470

Category: Library (Lib)
>Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: A.M. Kuchling (akuchling)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add addition and moving messages to Maildir

Initial Comment:
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.

----------------------------------------------------------------------

Comment By: A.M. Kuchling (akuchling)
Date: 2003-02-14 08:43

Message:
Logged In: YES 
user_id=11375

Thank you, sir; may I have another?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=686545&group_id=5470


More information about the Patches mailing list