No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server response after QUIT and before closing connection.

This commit is contained in:
Vincent Richard 2010-12-08 08:52:54 +00:00
parent 9fa185b454
commit 20ba86512f

View File

@ -516,6 +516,7 @@ void SMTPTransport::internalDisconnect()
try
{
sendRequest("QUIT");
readResponse();
}
catch (exception&)
{