[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pop3 Gambas & Gmail.


El 18/10/24 a las 16:44, System64 Development escribió:

I check the server configuration for the email account in Thunderbird. Then I see all the config same as in gambas code I sent before but Auth method is oAuth2 and conection seccurity is SSL/TLS

If in the gambas code I put:

$Pop.Encrypt = Net.TLS

It is worst.

I made a test with other provider, yahoo.com

But this is the otput

gb.net.pop3: Connecting to pop.mail.yahoo.com
gb.net.pop3: Authenticating...
gb.net.pop3: Sending: USER <USER>@yahoo.com
gb.net.pop3: +OK Password required.
gb.net.pop3: Sending: PASS ********
gb.net.pop3: -ERR [SYS/TEMP] Server error - Please try again later.
gb.net.pop3: Bad password
gb.net.pop3: Aborting...
Cannot authenticate

it doesn't work either.

So, Two different providers same result.

In Thunderbird is necessary made a "graphycal" login the very first time, I gest here is downloades a certificate an then used in future conections.

So, ¿How to get the same result in gambas? perhaps providing the path of the certificate ? in that case were is it?



Follow-Ups:
Re: Pop3 Gambas & Gmail.Bruce Steers <bsteers4@xxxxxxxxx>
References:
Pop3 Gambas & Gmail.System64 Development <64xcode@xxxxxxxxx>
Re: Pop3 Gambas & Gmail.Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: Pop3 Gambas & Gmail.System64 Development <64xcode@xxxxxxxxx>