Hi Nick. I'm just using the JavaMail API as prescribed in the documentation (and also following some code your engineers confirmed working w/yahoo&hotmail earlier). I'm not surprised with the source of the problem, but Hotmail is still a pretty big player in the e-mail space, so you guys might consider working around them for your customers' sake if you keep getting complaints. As to your last suggestion, I am going to try code here:
https://groups.google.com/forum/#!topic/google-appengine-java/CPhKV2-zQGo If it doesn't work, I will just tell my customers that App Engine doesn't work with Hotmail. John On Apr 14, 10:01 pm, "Nick Johnson (Google)" <[email protected]> wrote: > 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.
