Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
devmail
main
Config
Devmail
ExtraShort
GenericServer
POPServer
POPSession
Session
SMTPServer
SMTPSession
Store
Built with Crystal 1.9.2
2023-10-08 08:26:38 UTC
class
SMTPServer
SMTPServer
GenericServer
Reference
Object
Defined in:
devmail/smtp_server.cr
Constructors
.new
(store : Store, port =
25
)
Instance Method Summary
#build_session_handler
(client)
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
]