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
Can someone help pls.
I have enabled POP setting in gmail settings also.
Juzer
I tried below example in my android
Using POP3 to communicate with Android devices
Many developers face the challenge of sending data to remote devices. These devices can be at times offline, sleeping or without proper network coverage. There are several possible solutions. The device can contact a web server which will return the required data. Another solution is to use...
www.b4x.com
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