Module Smtp_server.PluginSource

Sourcemodule type State = Core.T
Sourcemodule type Start_tls = sig ... end
Sourcemodule type Auth = sig ... end
Sourcemodule Extension : sig ... end
Sourcemodule type Session = sig ... end
Sourcemodule type Envelope = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule 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.