package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.