cpython/Lib/email
Barry Warsaw 9c2d4deec3 In response to this SF bug:
[ 1752723 ] email.message_from_string: initial line gets discarded

I added a test to assert that when the first line of text passed to
message_from_string() contains a leading space, the message ends up with the
appropriate FirstHeaderLineIsContinuationDefect on its defects list.

The bug is invalid.
2007-07-13 21:20:38 +00:00
..
mime Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +00:00
test In response to this SF bug: 2007-07-13 21:20:38 +00:00
__init__.py bump email package version to 4.0.2 2007-04-25 19:26:37 +00:00
_parseaddr.py Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the 2007-03-12 03:21:28 +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 Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +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:29:06 +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:14 +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 01:28:43 +00:00