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 abhilash.raj, ajaksu2, barry, christian.heimes, etiffany, moijes12, r.david.murray
Date 2014-06-02.13:13:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401714817.0.0.777958512022.issue634412@psf.upfronthosting.co.za>
In-reply-to
Content
My idea (which I haven't worked out in detail) is to add either a new content manager that extends raw_data_manager, or just add to raw_data_manager, a handler for 'multipart/related'.  The set handler would handle a value of type 'dict', and expect it to contain a mapping from content-ids to...something.  What the 'something' is is the part I'm not clear on yet.  Trivially it could be MIMEParts, but that may not be the most convenient API.  Or perhaps it *should* be MIMEParts, with a helper utility to make building the dict easy.  The 'get' handler would return a dict in the same format, whatever we decide that format should be.
History
Date User Action Args
2014-06-02 13:13:37r.david.murraysetrecipients: + r.david.murray, barry, christian.heimes, ajaksu2, etiffany, moijes12, abhilash.raj
2014-06-02 13:13:37r.david.murraysetmessageid: <1401714817.0.0.777958512022.issue634412@psf.upfronthosting.co.za>
2014-06-02 13:13:36r.david.murraylinkissue634412 messages
2014-06-02 13:13:36r.david.murraycreate