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, jwilk, pl, r.david.murray, terry.reedy, vvl, ysj.ray
Date 2010-08-07.14:36:16
SpamBayes Score 0.008871058
Marked as misclassified No
Message-id <1281191777.76.0.121539696096.issue5871@psf.upfronthosting.co.za>
In-reply-to
Content
Re __getitem__: yes, the email package allows you to work with messages that are *not* RFC conformant (which you do encounter when processing actual email :), and this is an important feature.  The plan in email6 is to detect and report additional RFC violations, with an optional "strict" mode to raise errors if any violations are encountered.
History
Date User Action Args
2010-08-07 14:36:17r.david.murraysetrecipients: + r.david.murray, barry, terry.reedy, jwilk, pl, ysj.ray, vvl
2010-08-07 14:36:17r.david.murraysetmessageid: <1281191777.76.0.121539696096.issue5871@psf.upfronthosting.co.za>
2010-08-07 14:36:16r.david.murraylinkissue5871 messages
2010-08-07 14:36:16r.david.murraycreate