combining mailbox and email modules

Bob Horvath nospam at horvath.com
Fri Sep 27 22:02:37 EDT 2002


François Granger wrote:
> Bob Horvath <nospam at horvath.com> wrote:
> 
> 
>>The problem is that it looks good to me.  I've played around with 
>>it, and if I take out the MIME gunk (It actually is a Klez virus), 
>>it parses ok.
> 
> 
> I have had difficulties with the handling of multipart message with the
> email package. I did not found a solution yet.
> 

Actually I did get it working by using the HeaderParser class in 
Parser.py.  It doesn't parse the body.  All I needed was the 
headers, and be able to recreate the body.  This one worked great.




More information about the Python-list mailing list