adamlafave·12 ปีที่แล้ว·discussThis was a problem for me when I had to parse incoming emails. The solution I came up with was to ignore the text/plain part and instead strip all HTML from the text/html part, leaving you with the original text without all of the added newlines.I wrote about this here: http://adamlafave.com/email-parsing-dont-parse-text-plain/
adamlafave·15 ปีที่แล้ว·discussimage of the ending: http://img9.imageshack.us/img9/5455/screenshot20110930at857....
I wrote about this here: http://adamlafave.com/email-parsing-dont-parse-text-plain/