unmimify or ...................

Fredrik Lundh fredrik at pythonware.com
Wed Oct 20 10:21:08 EDT 1999


I wrote:
> this code merely prints the subpart bodies; use uu,
> base64, or quopri to decode them

or easier:

mimetools.decode(instream, outstream, encoding)

(which, despite what the eff-bot thought, should
work just fine also on computers that doesn't
happen to have sed, uudecode, mmencode, and
a few other unix commands. oh well...)

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list