class POPServer

Defined in:

devmail/pop_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 = 110) #

[View source]

Instance Method Detail

def build_session_handler(client) #

[View source]