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 DS6
Recipients DS6, orsenthil
Date 2014-09-23.05:34:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411450475.03.0.423988822759.issue22467@psf.upfronthosting.co.za>
In-reply-to
Content
Erp, *retrieve, and I meant copyfile, not sendfile. I'm tired.

Very quick reply, by the way.

I suppose I forgot to mention that _headers_buffer is for sending headers, not for receiving them. As far as I can read, the received header information is already case-insensitive, due to email.message.Message being used.

It also occurs to me that the _headers_buffer field probably wasn't designed to be directly accessed, seeing as how it's usually flushed immediately after being modified...
History
Date User Action Args
2014-09-23 05:34:35DS6setrecipients: + DS6, orsenthil
2014-09-23 05:34:35DS6setmessageid: <1411450475.03.0.423988822759.issue22467@psf.upfronthosting.co.za>
2014-09-23 05:34:35DS6linkissue22467 messages
2014-09-23 05:34:34DS6create