Popular recipes tagged "embedded_image" but not "docstring"http://code.activestate.com/recipes/tags/embedded_image-docstring/2012-03-02T12:43:51-08:00ActiveState Code Recipeshandling embedded email images in python (Python)
2012-03-02T12:43:51-08:00Gregory Nicholashttp://code.activestate.com/recipes/users/4180332/http://code.activestate.com/recipes/578058-handling-embedded-email-images-in-python/
<p style="color: grey">
Python
recipe 578058
by <a href="/recipes/users/4180332/">Gregory Nicholas</a>
(<a href="/recipes/tags/appengine/">appengine</a>, <a href="/recipes/tags/email/">email</a>, <a href="/recipes/tags/embedded_image/">embedded_image</a>, <a href="/recipes/tags/python/">python</a>).
</p>
<p>this code finds all embedded images in the email and replaces them with an appropriate img tag.</p>
handling embedded email images in python (Python)
2011-10-26T15:31:45-07:00Simeon Shpizhttp://code.activestate.com/recipes/users/4178609/http://code.activestate.com/recipes/577923-handling-embedded-email-images-in-python/
<p style="color: grey">
Python
recipe 577923
by <a href="/recipes/users/4178609/">Simeon Shpiz</a>
(<a href="/recipes/tags/appengine/">appengine</a>, <a href="/recipes/tags/email/">email</a>, <a href="/recipes/tags/embedded_image/">embedded_image</a>, <a href="/recipes/tags/python/">python</a>).
Revision 2.
</p>
<p>this code finds all embedded images in the email and replaces them with an appropriate img tag.</p>