Something has gotten broken with recent release because my code used
to work fine with Hotmail/Yahoo sent messages. Looks like I have to go
through release notes for 1.3.1 and fix processing incoming emails.. :-
(

On Mar 21, 11:48 pm, Lucian Baciu <lucianba...@gmail.com> wrote:
> 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(Quo 
> tedPrintableEncoder.java:
> 597)
>         at
> org.apache.geronimo.mail.util.QuotedPrintableEncoder.decode(QuotedPrintable 
> Encoder.java:
> 584)
>         at
> org.apache.geronimo.mail.util.QuotedPrintableDecoderStream.read(QuotedPrint 
> ableDecoderStream.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/th...
>
> 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to