Hi all!
What to do if the simplest email retrieving fail with error message:java.net.ConnectException: Connection timed out? The email is Gmail and this program works well another (the same type) android (7.1.2) device. The code doesn't work without "reecent" either. On the device there is a working Internet. I tried to add the same google account to device what was successful as well the synchronization.
thanks in advance
Steven
What to do if the simplest email retrieving fail with error message:java.net.ConnectException: Connection timed out? The email is Gmail and this program works well another (the same type) android (7.1.2) device. The code doesn't work without "reecent" either. On the device there is a working Internet. I tried to add the same google account to device what was successful as well the synchronization.
B4X:
pop.Initialize("pop.gmail.com", 995, "recent:"&pemail, pw, "pop")
pop.UseSSL = True
pop.ListMessages
Steven