Popular recipes by Matthew Cowles http://code.activestate.com/recipes/users/139430/2004-10-03T17:47:44-07:00ActiveState Code RecipesFix up a message returned by Python 2.4's email module's feed parser (Python) 2004-10-03T17:47:44-07:00Matthew Cowleshttp://code.activestate.com/recipes/users/139430/http://code.activestate.com/recipes/303227-fix-up-a-message-returned-by-python-24s-email-modu/ <p style="color: grey"> Python recipe 303227 by <a href="/recipes/users/139430/">Matthew Cowles</a> (<a href="/recipes/tags/network/">network</a>). Revision 2. </p> <p>For good reasons, the email module's new feed parser can return a message that's internally inconsistent. This recipe fixes up one sort of inconsistency that I've seen in the wild.</p> Using the email module to recursively unpack a multipart MIME message (simpler method) (Python) 2001-11-03T14:16:16-08:00Matthew Cowleshttp://code.activestate.com/recipes/users/139430/http://code.activestate.com/recipes/86676-using-the-email-module-to-recursively-unpack-a-mul/ <p style="color: grey"> Python recipe 86676 by <a href="/recipes/users/139430/">Matthew Cowles</a> (<a href="/recipes/tags/network/">network</a>). </p> <p>An example of using the email module to unpack and decode a MIME message. This example uses the message's walk() method.</p> Using the email module to recursively unpack a multipart MIME message (Python) 2001-11-03T14:12:23-08:00Matthew Cowleshttp://code.activestate.com/recipes/users/139430/http://code.activestate.com/recipes/86675-using-the-email-module-to-recursively-unpack-a-mul/ <p style="color: grey"> Python recipe 86675 by <a href="/recipes/users/139430/">Matthew Cowles</a> (<a href="/recipes/tags/network/">network</a>). </p> <p>An example of using the email module to unpack and decode a MIME message.</p> Use email module to bundle contents of current directory (Python) 2004-08-24T01:45:29-07:00Matthew Cowleshttp://code.activestate.com/recipes/users/139430/http://code.activestate.com/recipes/86674-use-email-module-to-bundle-contents-of-current-dir/ <p style="color: grey"> Python recipe 86674 by <a href="/recipes/users/139430/">Matthew Cowles</a> (<a href="/recipes/tags/network/">network</a>). Revision 4. </p> <p>An example of using the email module to create a multipart MIME message.</p>