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 r.david.murray, sdaoden, torsten.becker
Date 2011-04-17.19:37:49
SpamBayes Score 6.5820586e-06
Marked as misclassified No
Message-id <1303069070.53.0.302495014299.issue11783@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks.  I should be able to look at this tomorrow.

You are correct about the fact that Message currently doesn't do any decoding.  That is part of the design: you get the string out of Message and use the helper decoding functions (decode_header, getaddresses, etc) to get actual usable data out of it.

Part of the email6 design addresses this with a new API that will make it much easier to get at the parsed data (methods on a header object returned from msg['xxx']).  But for the current package the way it works it the way it is supposed to work ;)
History
Date User Action Args
2011-04-17 19:37:50r.david.murraysetrecipients: + r.david.murray, sdaoden, torsten.becker
2011-04-17 19:37:50r.david.murraysetmessageid: <1303069070.53.0.302495014299.issue11783@psf.upfronthosting.co.za>
2011-04-17 19:37:50r.david.murraylinkissue11783 messages
2011-04-17 19:37:49r.david.murraycreate