cpython/Lib/email
Facundo Batista 2b1b195d39 Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a
just-created (and empty) instance.  Added tests for this. Thanks
Jonathan Share.
2008-01-19 12:32:27 +00:00
..
mime Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a 2008-01-19 12:32:27 +00:00
test Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a 2008-01-19 12:32:27 +00:00
__init__.py decode_rfc2231(): Be more robust against buggy RFC 2231 encodings. 2006-07-17 23:07:51 +00:00
_parseaddr.py Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the 2007-03-12 03:20:01 +00:00
base64mime.py Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +00:00
charset.py Patch #1634778: add missing encoding aliases for iso8859_15 and 2007-01-27 17:59:42 +00:00
encoders.py Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +00:00
errors.py Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +00:00
feedparser.py Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +00:00
generator.py Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +00:00
header.py SF bug #1582282; decode_header() incorrectly splits not-conformant RFC 2007-03-14 04:59:50 +00:00
iterators.py Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +00:00
message.py Patch #1449244: Support Unicode strings in 2007-03-13 10:24:00 +00:00
parser.py Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +00:00
quoprimime.py Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +00:00
utils.py decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to 2006-10-04 02:06:36 +00:00