Module Async_smtp.Server_callbacks

module type S : sig ... end
module Simple : S

Simple provides a basic plugin implementation of S to be used as the foundation for a plugin that overrides only specific callbacks.