module EventMachine::P
This module contains various protocol implementations, including:
-
SmtpClient
andSmtpServer
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.