module type Start_tls : sig ... end
module type Auth = Async_smtp__.Auth.Server
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.