Hi John, This isn't really an issue with App Engine, so far as I'm aware - it's an issue with the format of the data hotmail is sending you, and with the intolerance of the parsing library for errors. You need to either:
1) Demonstrate it's a problem with App Engine truncating the data (I'm fairly certain it's not), or 2) Bring it up with hotmail, or 3) Use a library that's more tolerant of malformed emails -Nick Johnson On Fri, Apr 15, 2011 at 1:49 PM, John Wheeler <[email protected]>wrote: > Google is there a status on this? I understand some code that was > posted on the forums a while back was verified working is now verified > broke. I am not able to process hotmail e-mails and a yahoo broke too. > some exception in java > > On Mar 31, 12:11 pm, nacho <[email protected]> wrote: > > I followed instructions from here: > https://groups.google.com/forum/#!topic/google-appengine-java/CPhKV2-... > > > > And from here: > https://groups.google.com/forum/#!msg/google-appengine-java/NPxjVKkj5... > > > > And allways the same exception: Truncated quoted printable data > > > > Is there anyone processing incomming emails from hotmail sucessfully? I > wish > > not have to deal with anything from MS, but in my application a 30% of > the > > incomming emails are from Hotmail. And this 30% is not being processed. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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?hl=en. > > -- Nick Johnson, Developer Programs Engineer, App Engine -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
