The mail processing API doesn't seem to work when processing a Hotmail
email message. I get:
java.io.IOException: Truncated quoted printable data
at
org.apache.geronimo.mail.util.QuotedPrintableEncoder.decodeNonspaceChar(QuotedPrintableEncoder.java:
597)
at
org.apache.geronimo.mail.util.QuotedPrintableEncoder.decode(QuotedPrintableEncoder.java:
584)
at
org.apache.geronimo.mail.util.QuotedPrintableDecoderStream.read(QuotedPrintableDecoderStream.java:
80)
at
org.apache.geronimo.mail.handlers.TextHandler.getContent(TextHandler.java:
107)
at javax.activation.DataSourceDataContentHandler.getContent(Unknown
Source)
at javax.activation.DataHandler.getContent(Unknown Source)
at javax.mail.internet.MimeBodyPart.getContent(MimeBodyPart.java:392)
I am using the code that should work from here:
http://groups.google.com/group/google-appengine-java/browse_thread/thread/34fc6354a923e6af/d70fa1a311792b34?#d70fa1a311792b34
The code fails on this line: Object bp = p.getContent();
Thanks
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.