[google-appengine] Connect to GMail using JavaMail

2014-05-16 Thread diego
Hello, I want to connect to GMail using JavaMail 1.5.2. I have two kind of clients: for one hand, there're clients who use OAuth 2.0 2-legged (service account) and they connect to GMail and they can get the messages fine. For another hand, there're

Re: [google-appengine] Connect to GMail using JavaMail

2014-05-17 Thread Vinny P
On Fri, May 16, 2014 at 5:49 AM, wrote: > For another hand, there're clients who use OAuth 2.0 3-legged (normal > identification). I can't connect with them to GMail. > Are all client accounts failing the 3-legged OAuth, or are there some accounts that work properly and some that do not? Can yo