Staging
v0.5.1
https://github.com/python/cpython
Revision 1da4a947190802f5825bb72761916bad59cc503e authored by Andrew M. Kuchling on 22 April 2006, 02:32:43 UTC, committed by Andrew M. Kuchling on 22 April 2006, 02:32:43 UTC
the 2005 Summer of Code).

The revision adds a number of new mailbox classes that support adding
and removing messages; these classes also support mailbox locking and
default to using email.Message instead of rfc822.Message.

The old mailbox classes are largely left alone for backward compatibility.
The exception is the Maildir class, which was present in the old module
and now inherits from the new classes.  The Maildir class's interface
is pretty simple, though, so I think it'll be compatible with existing
code.

(The change to the NEWS file also adds a missing word to a different
news item, which unfortunately required rewrapping the line.)
1 parent 81efcf6
History
Tip revision: 1da4a947190802f5825bb72761916bad59cc503e authored by Andrew M. Kuchling on 22 April 2006, 02:32:43 UTC
Add Gregory K. Johnson's revised version of mailbox.py (funded by
Tip revision: 1da4a94
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.0 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 33.4 KB
README -rw-r--r-- 52.8 KB
configure -rwxr-xr-x 610.7 KB
configure.in -rw-r--r-- 88.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 25.0 KB
setup.py -rw-r--r-- 63.7 KB

README

back to top