Open GoogleCodeExporter opened 9 years ago
In the case where a user sends an email like this:
Hey, look at this funny picture:
[image]
Isn't that duck adorable?
...there will be two text/plain parts which both (arguably, at least) contain
parts of the message body. I dealt with this by changing getMessageBody() to
return the concatenation of all matching parts, although I'm not sure if this
is a reasonable solution. I'm happy to provide a patch if it seems reasonable,
it basically boils down to changing "$body =" to "$body .=" in getMessageBody().
Original comment by epriest...@epriestley.com
on 13 Jun 2011 at 5:07
Original issue reported on code.google.com by
benja...@rqdq.com
on 9 Mar 2011 at 9:36