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 ysj.ray
Recipients barry, jwilk, pl, r.david.murray, terry.reedy, vvl, ysj.ray
Date 2010-08-07.10:08:00
SpamBayes Score 0.00040516915
Marked as misclassified No
Message-id <1281175682.57.0.444407880216.issue5871@psf.upfronthosting.co.za>
In-reply-to
Content
Besides, not only the header value, but also the header name can only be printable ascii characters according to RFC2822:

"A field name MUST be composed of printable US-ASCII characters (i.e., characters that have values between 33 and 126, inclusive), except   colon."

But the msg object's __getitem__() seems to accept all ascii characters.
History
Date User Action Args
2010-08-07 10:08:02ysj.raysetrecipients: + ysj.ray, barry, terry.reedy, jwilk, pl, r.david.murray, vvl
2010-08-07 10:08:02ysj.raysetmessageid: <1281175682.57.0.444407880216.issue5871@psf.upfronthosting.co.za>
2010-08-07 10:08:00ysj.raylinkissue5871 messages
2010-08-07 10:08:00ysj.raycreate