Manuel Lemos - 2008-10-31 20:50:34 - In reply to message 2 from f
Maybe or maybe not.
First the mailparse extension is not available in all PHP installations.
Second, I am not sure if the mailparse extensions provide all the message feature extraction and if it also tolerates malformed messages as this class does.
f - 2008-11-01 01:15:06 - In reply to message 3 from Manuel Lemos
Adding custom code is not a problem. Can you just point me in the right direction (code wise) as I can't quite understand where data is returned in string format.
Manuel Lemos - 2008-11-01 11:17:17 - In reply to message 5 from f
When you call the Decode function, just do not pass the SkipBody or SaveBody parameters. That way the parsed message parts are returned as strings in the results array.
Manuel Lemos - 2008-11-01 11:20:08 - In reply to message 6 from f
Human written messages are not a problem. The problem is more with scripts and some Web mail programs that are buggy and do not encode messages properly.
I did not say that the mailparse extension is not well documented. What I said is that it is not available in all installations of PHP, in all Web hosting services, etc..
Manuel Lemos - 2008-11-01 17:26:04 - In reply to message 9 from f
The problem is that long lines seem to have been broken in multiple lines with tabs in the beginning, but those tabs seem to have been removed probably during some copy and paste process.