Issue #1670765: Prevent email.generator.Generator from re-wrapping
commit6f4bb992700bcf3175e1bd4fd2737e39c39a3c4f
authorr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 16 Jan 2010 05:15:17 +0000 (16 05:15 +0000)
committerr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 16 Jan 2010 05:15:17 +0000 (16 05:15 +0000)
treec1e7b84b447fc217c07d79859548dc7dd76db703
parent8e33f02f94335b0948be90230c459e9887653e9d
Issue #1670765: Prevent email.generator.Generator from re-wrapping
headers in multipart/signed MIME parts, which fixes one of the sources of
invalid modifications to such parts by Generator.  Patch and tests by
Martin von Gagern.

git-svn-id: http://svn.python.org/projects/python/trunk@77517 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/email/generator.py
Lib/email/test/data/msg_45.txt [new file with mode: 0644]
Lib/email/test/test_email.py
Misc/NEWS