Cain O'Sullivan
Cain O'Sullivan
Yes, I think having the activate method return/throw the error would be highly benefical. At the moment I have restored to this which seems to work but isn't ideal imo....
@jonknoll do you know what those older mail clients they are by any chance? The original SMTP spec (rfc821) was produced in 1982 and even that contained the literal form...
Hi, When you say that the client sends crap, are you saying that the client doesn't complete the SSL handshake but starts sending commands instead?
Hi @nopap , I've just pushed a fix for this so it now also catches the IOException that can be thrown here and then also ensures that the original Pipe...
I will look into this. The specification is pretty clear that the client needs to wait for the response after initiating the QUIT command so I am surprised that Outlook...
Ok, I will look into whats involved.
Hi @vesnaveen , What version are you using? it should support well and truly more than 100 so I suspect there might be another issue at play. Just looking at...
The default ReadTimeout is set to 2 minutes (it can be configured on the Endpoint) however, I don't think that will be causing an issue. Can you send the Exception...
The default CommandWaitTimeout is 5 minutes, but that is the timeout that is applied to waiting for a single command to be read from the client. So it's unlikely this...
Hi, does this happen with all connections, or only after a period of time?