cpython/Lib/email/test/data
R. David Murray 4617e5085a Issue #7143: get_payload used to strip any trailing newline from a
base64 transfer-encoded payload *after* decoding it; it no longer does.
email had a special method in utils, _bdecode, specifically to do this,
so it must have served a purpose at some point, yet it is clearly wrong
per RFC.  Fixed with Barry's approval, but no backport.  Email package
minor version number is bumped, now version 4.0.1.

Patch by Joaquin Cuenca Abela.
2010-03-08 02:04:06 +00:00
..
PyBanner048.gif
audiotest.au A copy of the audio test file from Lib/test, needed because some 2002-12-30 17:44:27 +00:00
msg_01.txt
msg_02.txt
msg_03.txt
msg_04.txt
msg_05.txt
msg_06.txt
msg_07.txt
msg_08.txt
msg_09.txt
msg_10.txt Issue #7143: get_payload used to strip any trailing newline from a 2010-03-08 02:04:06 +00:00
msg_11.txt
msg_12.txt
msg_12a.txt Like msg_12.txt but with some extra vertical whitespace around the inner 2004-05-09 03:17:29 +00:00
msg_13.txt
msg_14.txt
msg_15.txt
msg_16.txt
msg_17.txt
msg_18.txt
msg_19.txt
msg_20.txt
msg_21.txt Adjust tests for no newline appending to MIMEText.__init__()'s _text 2003-03-11 05:10:46 +00:00
msg_22.txt
msg_23.txt
msg_24.txt
msg_25.txt
msg_26.txt Revert eol-style to CRLF. 2008-06-14 00:41:41 +00:00
msg_27.txt
msg_28.txt
msg_29.txt
msg_30.txt
msg_31.txt
msg_32.txt
msg_33.txt
msg_34.txt
msg_35.txt
msg_36.txt A boiled down message/external-body example from Anthony's torture test. 2004-05-11 22:20:59 +00:00
msg_37.txt An example with multiple boundary lines. 2004-05-11 22:20:05 +00:00
msg_38.txt A boiled down example from Anthony's MIME torture tests. This one has a 2004-05-13 20:12:32 +00:00
msg_39.txt Another evil test from Anthony's suite. This one has an inner part with the 2004-05-13 20:13:48 +00:00
msg_40.txt forward porting from release23-maint 2004-05-13 23:18:54 +00:00
msg_41.txt Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
msg_42.txt An example message for SF bug # 1030941. 2004-10-09 22:57:57 +00:00
msg_43.txt Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was 2004-12-05 03:45:42 +00:00
msg_44.txt Issue #7082: When falling back to the MIME 'name' parameter, the 2009-10-09 21:50:54 +00:00
msg_45.txt Issue #1670765: Prevent email.generator.Generator from re-wrapping 2010-01-16 05:15:17 +00:00
msg_46.txt Issue 7970: When email.Parser.Parser parses a MIME message of type 2010-02-21 04:23:00 +00:00