[Email-SIG] Real World Message Parsing example

Oleg Broytmann phd at mail2.phd.pp.ru
Wed Dec 22 22:36:10 CET 2004


On Wed, Dec 22, 2004 at 01:05:49PM -0800, Brian Kirsch wrote:
> I am looking for examples of real world apps (source code viewable) 
> that are leveraging the Python email API's for message parsing. So far 
> I have looked at Swallow and MailManager which are both good examples. 
> Are there any others that I missed?

   MIME decode - a program to decode MIME messages. Useful for
multicharset mail lists archives and such.

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

   Please be warned that license is GPL. Some people are afraid of even
looking at GPLed code.

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 Email-SIG mailing list