async_smtp
Smtp_server.Plugin
async_smtp.command
async_smtp.tools
async_smtp.types
module type State = Core.T
module type Start_tls = sig ... end
module type Auth = sig ... end
module Extension : sig ... end
module type Session = sig ... end
module type Envelope = sig ... end
module type S = sig ... end
module Simple : sig ... end
Simple provides a basic plugin implementation of S to be used as the foundation for a plugin that overrides only specific callbacks.
Simple
S