[issue1571841] email module does not complay with RFC 2046: CRLF issue

2010-01-13 Thread R. David Murray
Changes by R. David Murray : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue1571841] email module does not complay with RFC 2046: CRLF issue

2010-01-11 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> duplicate stage: -> committed/rejected superseder: -> email.Generators does not separates headers with "\r\n" ___ Python tracker _

[issue1571841] email module does not complay with RFC 2046: CRLF issue

2008-06-23 Thread Deron Meranda
Deron Meranda <[EMAIL PROTECTED]> added the comment: Still an issue in 2.5. This lack of conformance to the RFC is can also cause problems when trying to use encrypted or signed email, as those activities may depend on "canonical" line endings. An LF rather than CR+LF can cause the crypto to br