Re: Problem with parsing email message with extraneous MIMEinformation

2008-01-02 Thread Steven Allport
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] En Fri, 21 Dec 2007 10:22:53 -0300, Steven Allport [EMAIL PROTECTED] escribió: I am working on processing eml email message using the email module (python 2.5), on files exported from an Outlook PST file, to extract the composite parts

Problem with parsing email message with extraneous MIME information

2007-12-21 Thread Steven Allport
I am working on processing eml email message using the email module (python 2.5), on files exported from an Outlook PST file, to extract the composite parts of the email. In most instances this works fine, the message is read in using message_from_file, is_multipart returns True and I can process