package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

module Session : sig ... end
module Envelope : sig ... end
include S with module Session := Session and module Envelope := Envelope
val rpcs : unit -> unit Async.Rpc.Implementation.t list