]> granicus.if.org Git - python/commit
Sync'ing with standalone email package 2.0.1. This adds support for
authorBarry Warsaw <barry@python.org>
Wed, 10 Apr 2002 21:01:31 +0000 (21:01 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 10 Apr 2002 21:01:31 +0000 (21:01 +0000)
commit409a4c08b545aa064cf8fe3b8de51404756a301e
tree06cf8fe44e1fe28fbc0147635ec41961f2df6515
parent68e69338ae19c37bd3e69cb76e107bfa76231e06
Sync'ing with standalone email package 2.0.1.  This adds support for
non-us-ascii character sets in headers and bodies.  Some API changes
(with DeprecationWarnings for the old APIs).  Better RFC-compliant
implementations of base64 and quoted-printable.

Updated test cases.  Documentation updates to follow (after I finish
writing them ;).
20 files changed:
Lib/email/Charset.py [new file with mode: 0644]
Lib/email/Encoders.py
Lib/email/Errors.py
Lib/email/Generator.py
Lib/email/Header.py [new file with mode: 0644]
Lib/email/Iterators.py
Lib/email/MIMEBase.py
Lib/email/MIMEImage.py
Lib/email/MIMEMessage.py
Lib/email/MIMEText.py
Lib/email/Message.py
Lib/email/Parser.py
Lib/email/Utils.py
Lib/email/__init__.py
Lib/email/base64MIME.py [new file with mode: 0644]
Lib/email/quopriMIME.py [new file with mode: 0644]
Lib/test/data/msg_24.txt [new file with mode: 0644]
Lib/test/data/msg_25.txt [new file with mode: 0644]
Lib/test/test_email.py
Lib/test/test_email_codecs.py [new file with mode: 0644]