package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Content_filter_server : sig ... end

It is common for some external content scanning software to accept messages over smtp, scan them, then return them back over smtp with some added headers. This module coordinates this exchange by starting an smtp server to accept the returned message. The server that is sent to (using send_receive) must be configured to send responses to the correct address (as specified by start_exn).

module Crypto : sig ... end
module Headers : sig ... end
module Log_selector : sig ... end
module Session : sig ... end
module Std : sig ... end
module Stress_test : sig ... end
module Transform_email_stream : sig ... end
module Util : sig ... end