
Robert Jinksamona - 2008-11-19 17:21:30
Manuel,
Greetings, and thanks for sharing this project. I am trying to parse emails copied from MSOutlook client, saved in the .msg format. There is quite a bit of binary info in the file, and I am having some trouble. Perhaps I am missing some options or other, but it does not appear to be parsing the message correctly. It does not recognize the attachments, and it includes all of the binary data in the output. I am wondering if there is a new content-type supplied by the .msg file that is not recognized by your parser??
The message content-type (with binary chars eliminated) looks something like this:
"Content-Type" CONTENT="text/_substg1.0_1035001
and continues on. It also presents several errors at the end, such as:
Warning: invalid header name line at position 0 Warning: invalid header name line at position 1061 ...
Any help would be appreciated. Thanks!
r.b.