Reading mail with SSL

Post Reply
Horizon
Posts: 1329
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 6 times
Been thanked: 1 time

Reading mail with SSL

Post by Horizon »

Hi,

How can I read POP mails from server supported with SSL.

Is there any sample?

I use Harbour & VS2022 & Fwh 21.06.

Thanks.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
User avatar
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

Post by karinha »

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.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
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: Reading mail with SSL

Post by Enrico Maria Giordano »

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
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

Re: Reading mail with SSL

Post by Jimmy »

hi,

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
Post Reply