This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bromine
Recipients bromine
Date 2008-12-18.20:59:25
SpamBayes Score 0.012403174
Marked as misclassified No
Message-id <1229633967.92.0.395336973724.issue4696@psf.upfronthosting.co.za>
In-reply-to
Content
RFC 2822 allows for certain headers to be spread across multiple lines 
(section 2.2.3). In particular, subject, comments, and keywords headers 
behave this way (section 3.6.5). 

I think the email module should unfold such headers. See attached patch.
History
Date User Action Args
2008-12-18 20:59:28brominesetrecipients: + bromine
2008-12-18 20:59:27brominesetmessageid: <1229633967.92.0.395336973724.issue4696@psf.upfronthosting.co.za>
2008-12-18 20:59:27brominelinkissue4696 messages
2008-12-18 20:59:26brominecreate