multipart mime

Oleg Broytmann phd at phd.pp.ru
Thu Oct 25 06:56:25 EDT 2001


On Thu, Oct 25, 2001 at 09:27:55AM +0000, Uwe Schmitt wrote:
> I'm looking for a module which is suited to handle multi-part
> mime-mails. Is somehting like this available ? I browsed the
> module-index on www.python.org, but did not find anything
> apropriate.

   mimetools.py and multifile.py are standard modules. You can see some
exmples in my programs:

   http://phd.pp.ru/Software/Python/#extract_mime
   http://phd.pp.ru/Software/Python/#mimedecode

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list