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, jader.fabiano, r.david.murray
Date 2014-05-06.20:25:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399407931.08.0.102958118766.issue21448@psf.upfronthosting.co.za>
In-reply-to
Content
Also to clarify: HeaderParser will *also* read the entire message, it just won't look for MIME attachments in the 'everything else', it will just treat the 'everything else' as arbitrary data and record it as the payload of the top level Message object.
History
Date User Action Args
2014-05-06 20:25:31r.david.murraysetrecipients: + r.david.murray, barry, jader.fabiano
2014-05-06 20:25:31r.david.murraysetmessageid: <1399407931.08.0.102958118766.issue21448@psf.upfronthosting.co.za>
2014-05-06 20:25:31r.david.murraylinkissue21448 messages
2014-05-06 20:25:30r.david.murraycreate