package async_smtp

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

Module Plugin.SimpleSource

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

NOTE: Envelope.process is unimplemented. It will unconditionally return back "554 Message processing not implemented".

Sourcemodule State : State with type t = unit
Sourcemodule Session : sig ... end
Sourcemodule Envelope : sig ... end
include S with module State := State with module Session := Session and module Envelope := Envelope
Sourceval rpcs : unit -> State.t Async.Rpc.Implementation.t list
OCaml

Innovation. Community. Security.