class EventMachine::Protocols::SmtpServer

def process_help

TODO - implement this properly, the implementation is a stub!
def process_help
  send_data "250 Ok, but unimplemented\r\n"
end