Re: Problem with parsing email message with extraneous MIME information

2007-12-27 Thread sandipm
I think I faced same problem quite sometime back... but in our case, due to some settings in Microsoft outlook , forwarded emails were also coming as an attachment to email. so That attachement itself has same format as email's format, so to get information from attachment we needed to treat atta

Re: Problem with parsing email message with extraneous MIME information

2007-12-27 Thread Gabriel Genellina
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 of the email. In most instances this works f

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 e