Re: [twsocket] Error in ICS component [fix]

2013-03-15 Thread Arno Garrels
This should fix the EReadError with message 'Error reading 
HtmlSmtpCli.TimeOut:Property TimeOut does not exist'.

Search the following lines in OverbyteIcsSmtpProt.pas:

{$IFDEF USE_SSL}
THtmlSmtpCli = class(TCustomSslSmtpCli)
{$ELSE}
THtmlSmtpCli = class(TSmtpCli)
{$ENDIF USE_SSL}

Change :

{$IFDEF USE_SSL}
THtmlSmtpCli = class(TCustomSslSmtpCli)
{$ELSE}
THtmlSmtpCli = class(TSyncSmtpCli) == change
{$ENDIF USE_SSL}

Please let us know if it works for you.

-- 
Arno
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Error in ICS component [fix]

2013-03-15 Thread Jean Alysson

Hi,

excellent, this solution works very well !

Thanks for help

Jean Alysson

-Mensagem Original- 
From: Arno Garrels 
Sent: Friday, March 15, 2013 10:53 AM 
To: ICS support mailing 
Subject: Re: [twsocket] Error in ICS component [fix] 

This should fix the EReadError with message 'Error reading 
HtmlSmtpCli.TimeOut:Property TimeOut does not exist'.


Search the following lines in OverbyteIcsSmtpProt.pas:

{$IFDEF USE_SSL}
   THtmlSmtpCli = class(TCustomSslSmtpCli)
{$ELSE}
   THtmlSmtpCli = class(TSmtpCli)
{$ENDIF USE_SSL}

Change :

{$IFDEF USE_SSL}
   THtmlSmtpCli = class(TCustomSslSmtpCli)
{$ELSE}
   THtmlSmtpCli = class(TSyncSmtpCli) == change
{$ENDIF USE_SSL}

Please let us know if it works for you.

--
Arno
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be