Page 2 of 2
Re: testpop3
Posted: Mon Nov 13, 2017 3:18 pm
by damianodec
hi Rick, thank you for your help.
yes, I'm using my domain and not gmail
bye
Re: testpop3
Posted: Tue Nov 14, 2017 7:37 am
by damianodec
hi,
problem solved, thank to Enrico, he suggested to me to downloaded xHarbour Binaries 1.2.3 Rev. 10205 for BCC 5.5.1 and now my prg works.
thanks to Enrico for his availability.
Re: testpop3
Posted: Wed May 23, 2018 6:30 am
by shark
Hi enrico,
Your function works with gmail?
What string for cServer?
cUser := "acessosoft@gmail.com"
cPassword := "acess123"
cServer := "gmail.com"
It this?
Re: testpop3
Posted: Wed May 23, 2018 8:26 am
by Enrico Maria Giordano
I don't know, sorry.
EMG
Re: testpop3
Posted: Thu May 24, 2018 3:27 am
by shark
Hi Enrico,
Please, post a example for fill string cServer and cUser
Re: testpop3
Posted: Thu May 24, 2018 8:06 am
by Enrico Maria Giordano
Code: Select all | Expand
? GETMAIL( "pop.tiscalinet.it", "emag5@tiscalinet.it", "password" )
EMG