13
edits
Srobertson (talk | contribs) No edit summary |
Srobertson (talk | contribs) No edit summary |
||
| Line 476: | Line 476: | ||
<h5>Comments:</h5> | <h5>Comments:</h5> | ||
*jminta: We may want the <code>attachments</code> property to eventually return a steelI object with methods like download(); | *jminta: We may want the <code>attachments</code> property to eventually return a steelI object with methods like download(); | ||
*srobertson: Python has a fairly good mime message representation http://docs.python.org/lib/module-email.message.html | *srobertson: Python has a fairly good mime message representation http://docs.python.org/lib/module-email.message.html | ||
We might want to steal methods like | |||
'''walk()''' Returns an iterator through different parts of a multipart mime message | |||
'''getPayLoad(part, decode)''' To access an individual part of a message and automatially decode it to mime values. | |||
'''attach(payload)''' adding additional parts to a message with attach(payload) | |||
=== steelIPerson === | === steelIPerson === | ||
edits