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 r.david.murray
Recipients barry, pitrou, r.david.murray
Date 2012-05-16.01:18:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337131093.98.0.0290286248165.issue6302@psf.upfronthosting.co.za>
In-reply-to
Content
All of this is going to be fixed a different (better :) way in an upcoming patch that will add a new header parsing/folding policy to the email package.

For the record, the way to spell the "decode a header and return a string" function using the existing API is:

  str(make_header(decode_header(<someheader>)))
History
Date User Action Args
2012-05-16 01:18:14r.david.murraysetrecipients: + r.david.murray, barry, pitrou
2012-05-16 01:18:13r.david.murraysetmessageid: <1337131093.98.0.0290286248165.issue6302@psf.upfronthosting.co.za>
2012-05-16 01:18:13r.david.murraylinkissue6302 messages
2012-05-16 01:18:13r.david.murraycreate