Python mailbox Module Project

As part of Google's Summer of Code program, I am writing writing a replacement for Python's mailbox module that supports mailbox modification and provides access to format-specific message attributes, like flags or labels. My original proposal and some supporting materials are still online, but you may find it more informative to read the work-in-progress documentation. My project is also mentioned on Python's Summer of Code wiki page.

My project is stored in the Python CVS repository on SourceForge, under python/nondist/sandbox/mailbox.

As of Tuesday, August 21, I think the project is about done. Now I wait to see what the folks on python-dev think about including it in the library.

Finally, I wish to extend a special thanks to Google for sponsoring this project.