Patches item #686545, was opened at 2003-02-14 13:42 Message generated for change (Comment added) made by gbrandl 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: Closed >Resolution: Out of Date Priority: 8 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: Georg Brandl (gbrandl) Date: 2006-04-01 22:02 Message: Logged In: YES user_id=849994 Closing then. Is Gregory Johnson's SOC work already in the trunk? ---------------------------------------------------------------------- Comment By: A.M. Kuchling (akuchling) Date: 2005-12-04 14: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 13: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 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
