module EventMachine::Protocols
This module contains various protocol implementations, including:
-
SmtpClient and SmtpServer
The protocol implementations live in separate files in the protocols/ subdirectory, but are auto-loaded when they are first referenced in your application.
EventMachine::Protocols is also aliased to EM::P for easier usage.