<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>23 Feb 2018 10:43:00 Z</lastBuildDate><pubDate>20 Feb 2018 15:41:00 Z</pubDate><description>Hello&#13;
I use this code from an existing example&#13;
&#13;
// if the user computer is not connected to Internet IF InternetConnected()=False THEN Info("") RETURN END HourGlass() // start a session EmailStartPOP3Session("MyEmailAdress@gmail.com","mypassword","pop.gmail.com",995, optionSSL) IF ErrorOccurred THEN Error(ErrorInfo(errSummary)) RETURN END CHProgressBar=0;CHProgressBar..Visible=True EmailProgressBar(CHProgressBar) // import the emails nNbMail is int nNbMail = nImportMail() CHProgressBar=100;CHProgressBar..Visible=False // close the session EmailCloseSession("MyEmailadress@gmail.com") // switch to the "New message and refresh" tab //IF nNbMail&gt;0 THEN // // MessageFilter(ACCOUNT_Combo, "ñ") //END Info(StringBuild("", nNbMail)) HourGlass(False)&#13;
It gives an error&#13;
POP3 session: the connection failed. No response from the server.&#13;
&#13;
The settings in the GMail account fore using POP3 are correct.&#13;
I have also tried it with Thunderbird. There it works file.&#13;
&#13;
The Google account is a test account added to my person. It is not the only account that is linked with my person. Could this be a problem ?&#13;
&#13;
Anybody an idea.&#13;
&#13;
Thanks&#13;
Willy Hermans</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail/read.awp</link><title>EmailStartPOP3Session Does not work with GMail</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail-64686/read.awp</comments><pubDate>23 Feb 2018 10:43:00 Z</pubDate><description>Thanks,&#13;
&#13;
Seems to work only with WinDev22.&#13;
&#13;
Willy Hermans</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail-64686/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail-64686/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail/read.awp">EmailStartPOP3Session Does not work with GMail</source><title>Re: EmailStartPOP3Session Does not work with GMail</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail-64685/read.awp</comments><pubDate>23 Feb 2018 10:35:00 Z</pubDate><description>Read this FAQ for GMAIL and SMTP.&#13;
&#13;
I don't know if the problem is the same with POP3 but you can try it to see if it works.&#13;
&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail-64685/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail-64685/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail/read.awp">EmailStartPOP3Session Does not work with GMail</source><title>Re: EmailStartPOP3Session Does not work with GMail</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail-64684/read.awp</comments><pubDate>23 Feb 2018 08:38:00 Z</pubDate><description>Nobody ?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail-64684/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail-64684/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64635-emailstartpop3session-does-not-work-with-gmail/read.awp">EmailStartPOP3Session Does not work with GMail</source><title>Re: EmailStartPOP3Session Does not work with GMail</title></item></channel></rss>
