testpop3

User avatar
damianodec
Posts: 422
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

Re: testpop3

Post by damianodec »

hi Rick, thank you for your help.

yes, I'm using my domain and not gmail

bye
FiveWin for xHarbour 17.09 - Sep. 2017 - Embarcadero C++ 7.00 for Win32
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
User avatar
damianodec
Posts: 422
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

Re: testpop3

Post 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.
FiveWin for xHarbour 17.09 - Sep. 2017 - Embarcadero C++ 7.00 for Win32
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
shark
Posts: 55
Joined: Thu Mar 13, 2008 2:35 am
Contact:

Re: testpop3

Post by shark »

Hi enrico,

Your function works with gmail?

What string for cServer?

cUser := "acessosoft@gmail.com"
cPassword := "acess123"
cServer := "gmail.com"

It this?
shark
Posts: 55
Joined: Thu Mar 13, 2008 2:35 am
Contact:

Re: testpop3

Post by shark »

Hi Enrico,

Please, post a example for fill string cServer and cUser
User avatar
Enrico Maria Giordano
Posts: 8767
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: testpop3

Post by Enrico Maria Giordano »

Code: Select all | Expand

? GETMAIL( "pop.tiscalinet.it", "emag5@tiscalinet.it", "password" )


EMG
Post Reply