]> granicus.if.org Git - python/commit
The email package version 1.0, prototyped as mimelib
authorBarry Warsaw <barry@python.org>
Sun, 23 Sep 2001 03:17:28 +0000 (03:17 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 23 Sep 2001 03:17:28 +0000 (03:17 +0000)
commitba92580f01b47ba1468c382961ed5122654c2520
tree413464c274da1a93dc99d0a1cf13baf9a99c3220
parentd61d0d3f6dbd960a761c05ff7fea848cb6490aa3
The email package version 1.0, prototyped as mimelib
<http://sf.net/projects/mimelib>.  There /are/ API differences between
mimelib and email, but most of the implementations are shared (except
where cool Py2.2 stuff like generators are used).
12 files changed:
Lib/email/Encoders.py [new file with mode: 0644]
Lib/email/Errors.py [new file with mode: 0644]
Lib/email/Generator.py [new file with mode: 0644]
Lib/email/Image.py [new file with mode: 0644]
Lib/email/Iterators.py [new file with mode: 0644]
Lib/email/MIMEBase.py [new file with mode: 0644]
Lib/email/Message.py [new file with mode: 0644]
Lib/email/MessageRFC822.py [new file with mode: 0644]
Lib/email/Parser.py [new file with mode: 0644]
Lib/email/Text.py [new file with mode: 0644]
Lib/email/Utils.py [new file with mode: 0644]
Lib/email/__init__.py [new file with mode: 0644]