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:23:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399407794.19.0.998076700988.issue21448@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I was using RFC-speak.  A message is divided into 'headers' and 'body', and all of the attachments are part of the body in RFC terms.  But think of it as 'initial headers' and 'everything else'.  Please either attach the full file, and/or try your test using HeaderParser and report the results.

However, it occurs to me that the attachments aren't decoded until you retrieve them, so whatever is going on it must be something other than a decoding issue.  Nevertheless, Parser actually parses the whole message, attachments included, so we'll need the actual message in order to reproduce this (unless you can reproduce it with a smaller message).
History
Date User Action Args
2014-05-06 20:23:14r.david.murraysetrecipients: + r.david.murray, barry, jader.fabiano
2014-05-06 20:23:14r.david.murraysetmessageid: <1399407794.19.0.998076700988.issue21448@psf.upfronthosting.co.za>
2014-05-06 20:23:14r.david.murraylinkissue21448 messages
2014-05-06 20:23:13r.david.murraycreate