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, brandon-rhodes, r.david.murray
Date 2014-03-27.23:13:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395961989.15.0.706782019274.issue21079@psf.upfronthosting.co.za>
In-reply-to
Content
I was going to open new issue for adding 'value', but looking at the parsing code I see why I didn't add one.  The way the new parser works it really wants to know the actual structure of the value, it doesn't have a good way to treat it as generic.  We could still add 'value' and just set it to the appropriate value, but there isn't currently a way to parse an unknown MIME header.

I think maybe I'll postpone this 'value' idea until we have a bit more experience with the API.
History
Date User Action Args
2014-03-27 23:13:09r.david.murraysetrecipients: + r.david.murray, barry, brandon-rhodes
2014-03-27 23:13:09r.david.murraysetmessageid: <1395961989.15.0.706782019274.issue21079@psf.upfronthosting.co.za>
2014-03-27 23:13:09r.david.murraylinkissue21079 messages
2014-03-27 23:13:08r.david.murraycreate