voodoodyne / subethasmtp

SubEtha SMTP is a Java library for receiving SMTP mail
Other
349 stars 139 forks source link

SmartClient does not clean up after a failed connection attempt #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The SmartClient constructor calls the SMTPClient constructor, which opens a TCP 
socket. If the server responds with an error message in place of the welcome 
message, or the welcome message is syntactically invalid, or if it sends an 
error to HELO, etc., then the SmartClient constructor leaves the exception to 
go up, but does not close the TCP connection or issue a quit command. 

Original issue reported on code.google.com by hontvari@flyordie.com on 24 Oct 2010 at 6:38

GoogleCodeExporter commented 9 years ago
Fixed in r412.

Original comment by hontvari@flyordie.com on 28 Mar 2011 at 1:21