Hi,
How can I read POP mails from server supported with SSL.
Is there any sample?
I use Harbour & VS2022 & Fwh 21.06.
Thanks.
Reading mail with SSL
- karinha
- Posts: 7951
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
Re: Reading mail with SSL
Hi, I was never able to get it to work. Although I don't dominate Harbour. Maybe you can.
Hola, nunca pude hacerlo funcionar. Aunque no domino Harbour. Tal vez tu puedas.
http://fivewin.com.br/index.php?/topic/26919-leitura-de-email/
Regards, saludos.
Hola, nunca pude hacerlo funcionar. Aunque no domino Harbour. Tal vez tu puedas.
http://fivewin.com.br/index.php?/topic/26919-leitura-de-email/
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
- 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: Reading mail with SSL
karinha wrote:Hi, I was never able to get it to work. Although I don't dominate Harbour. Maybe you can.
Me neither. Harbour doesn't seem to wotk with SSL, while xHarbour works fine.
EMG
Re: Reading mail with SSL
hi,
using HMG i include these LIB(s) from \HARBOUR-64\contrib\hbtip\hbtip.hbc for SSL
i got libeay32.dll and ssleay32.dll from PostgreSQL Client
using HMG i include these LIB(s) from \HARBOUR-64\contrib\hbtip\hbtip.hbc for SSL
Code: Select all | Expand
# ***** include this lines *****
libs=hbssl
libs=libeay32
libs=ssleay32
i got libeay32.dll and ssleay32.dll from PostgreSQL Client
greeting,
Jimmy
Jimmy