[appengine-java] Re: GAE 1.3.1 java.io.IOException: Truncated quoted printable data when processing a Hotmail email

2010-03-23 Thread moca
Feel free to post back if you make any improvements. Code follows: import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.Properties; import java.util.logging.Logger; import javax.mail.MessagingException; import javax.mail.Session; import javax.mail.internet.MimeBodyPa

[appengine-java] Re: GAE 1.3.1 java.io.IOException: Truncated quoted printable data when processing a Hotmail email

2010-03-23 Thread Lucian Baciu
That would be great if you could post your workaround! Thanks On Mar 23, 6:13 pm, moca wrote: > I have a fix for this that i will share later this evening, but i also > ran into this issue. It would be good to have this fixed. > > My fix basically entails parsing the native stream when i encount

[appengine-java] Re: GAE 1.3.1 java.io.IOException: Truncated quoted printable data when processing a Hotmail email

2010-03-23 Thread moca
I have a fix for this that i will share later this evening, but i also ran into this issue. It would be good to have this fixed. My fix basically entails parsing the native stream when i encounter this error. There is an apache library which is doing the parsing. I made a simple alteration to a pi

[appengine-java] Re: GAE 1.3.1 java.io.IOException: Truncated quoted printable data when processing a Hotmail email

2010-03-22 Thread Peter Ondruska
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 wrote: > The mail processing API doesn't seem to