User:Jminta/Steel: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
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 we might want to steal methods like walk() for iterating through different parts of a multipart mime message. Or adding additional parts to a message with attach(payload)
*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 ===
13

edits

Navigation menu