Android Question Issue With Reading Gmail Mails

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi Everyone,
I tried below example in my android

In POP_ListCompleted i get log msg "java.lang.RuntimeException: Error during login: -ERR [AUTH] Application-specific password required: https://support.google.com/accounts/answer/185833"

My code looks like this
B4X:
pop.Initialize("pop.gmail.com", 995, "[email protected]", "mypassword", "pop")
pop.useSSL = True

Can someone help pls.

I have enabled POP setting in gmail settings also.
Juzer
 

Sandman

Expert
Licensed User
Longtime User
What's the problem? The error message from Google seems to give you all info you would need to solve this.
 
Upvote 0

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi Sandman,
It says create an app specific password.
I read the whole thread for no one it was required to create a password for a particular app in mobile.
So i guess I am missing something else.
 
Upvote 0
Top