public class SMTPHandler extends AbstractLogEnabled implements ConnectionHandler,Poolable,SMTPSession(Code)
Provides SMTP functionality by carrying out the server side of the SMTP
interaction.
version: CVS $Revision: 494012 $ $Date: 2007-01-08 11:23:58 +0100 (Mo, 08 Jan 2007) $
final void writeLoggedFlushedResponse(String responseString)(Code)
Write and flush a response string. The response is also logged.
Should be used for the last line of a multi-line response or
for a single line response.
Parameters: responseString - the response string sent to the client
writeLoggedResponse
final void writeLoggedResponse(String responseString)(Code)
Write a response string. The response is also logged.
Used for multi-line responses.
Parameters: responseString - the response string sent to the client
writeResponse
public void writeResponse(String respString)(Code)