Handler method called upon receipt of a NOOP command. Just sends back an OK and logs the command.seeorg.apache.james.smtpserver.CommandHandler#onCommand(SMTPSession) String responseString = "250 "+DSNStatus.getStatus(DSNStatus.SUCCESS,DSNStatus.UNDEFINED_STATUS)+" OK"; session.writeResponse(responseString);
String responseString = "250 "+DSNStatus.getStatus(DSNStatus.SUCCESS,DSNStatus.UNDEFINED_STATUS)+" OK"; session.writeResponse(responseString);