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

SourceForge.net noreply at sourceforge.net
Sun Dec 4 15:30:06 CET 2005


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

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
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 mailbox module

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: 2005-12-04 09:30

Message:
Logged In: YES 
user_id=11375

This patch is now superseded by Gregory Johnson's Summer of
Code work, which adds write support to all the mailbox
classes, not just Maildir, and also includes the
documentation changes.


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

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