class SMTPServer

Defined in:

devmail/smtp_server.cr

Constructors

Instance Method Summary

Instance methods inherited from class GenericServer

build_session_handler(client) build_session_handler, handle_session(client) handle_session, run run

Constructor methods inherited from class GenericServer

new(port : Int32) new

Constructor Detail

def self.new(store : Store, port = 25) #

[View source]

Instance Method Detail

def build_session_handler(client) #

[View source]