cpython/Lib/email
Barry Warsaw 8c1aac2476 Complete a merge of the mimelib project and the Python cvs codebases
for the email package.  The former is now just a shell project that
has some extra files for packaging for independent use (e.g. setup.py
and README).

Added a compatibility layer so that the same API can be used in Python
2.1 and 2.2/2.3 with the major differences shuffled off into helper
modules (_compat21.py and _compat22.py).

Also bumped the package version number to 2.0.3 for some fixes to be
checked in momentarily.
2002-05-19 23:44:19 +00:00
..
__init__.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
_compat21.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
_compat22.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
base64MIME.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Charset.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Encoders.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
Errors.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Generator.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Header.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Iterators.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
Message.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
MIMEAudio.py Docstring typo fix. 2001-11-24 15:49:53 +00:00
MIMEBase.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
MIMEImage.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
MIMEMessage.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
MIMEText.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Parser.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
quopriMIME.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Utils.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00