IETTE" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Saturday, November 18, 2006 10:11 AM
Subject: Re: [twsocket] SmtpClient problem on disconnect
>> Thanks for all, I understand. Today I have tryed with a simple TCP client
>> emulating the SMTP protocol ma
> Thanks for all, I understand. Today I have tryed with a simple TCP client
> emulating the SMTP protocol manually, and ALL works good, the server is
> closing the connection. But again using the SmtpCli.pas component the
> connection is not closed or OnRequestDone is not fired (this only happens
>
using EHLO with AUTH LOGIN).
Well I will keep trying...
thanks,
David
- Original Message -
From: "Francois Piette" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Friday, November 17, 2006 11:00 AM
Subject: Re: [twsocket] SmtpClient problem on disconn
> We've been talking this topic many times.
> The RFCs say that the server has to close the
connection, so if
> a server doesn't close the connection on receiving
command QUIT
> the server is buggy. You can handle those
server-side bugs with a simple
> command timeout, in real applications some a
ember 17, 2006 12:05 AM
Subject: [twsocket] SmtpClient problem on disconnect
> Hello all:
>
> I'm having problems SmtpCli where OnRequestDone function is not fired
after
> sending QUIT command because the SMTP server is not closing the
> connection!!. It occurs only when using EHLO co
David A. G. wrote:
> Hello all:
>
> I'm having problems SmtpCli where OnRequestDone function is not fired
> after sending QUIT command because the SMTP server is not closing the
> connection!!.
We've been talking this topic many times.
The RFCs say that the server has to close the connection, so
Hello all:
I'm having problems SmtpCli where OnRequestDone function is not fired after
sending QUIT command because the SMTP server is not closing the
connection!!. It occurs only when using EHLO command and AUTH LOGIN
authentication. I have tryed with 2 servers with same results (big linux
se