package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Smtp_server : sig ... end
module Smtp_client : sig ... end
module Email_address = Email_message.Email_address
module Email = Email_message.Email
module Email_headers = Email_message.Email_headers
module Multispool : sig ... end

See multispool_intf.ml for main documentation

module Simplemail : sig ... end
module Smtp_auth : sig ... end
module Smtp_command : sig ... end
module Smtp_envelope = Async_smtp_types.Smtp_envelope
module Smtp_events : sig ... end
module Smtp_expect_test_helper : sig ... end

This module provides helpers for writing expect tests for testing Async_smtp and Async_smtp.Server plugins.

module Smtp_extension = Async_smtp_types.Smtp_extension
module Smtp_mail_log : sig ... end
module Smtp_mail_log_tags : sig ... end
module Smtp_monad : sig ... end
module Smtp_quarantine_reason : sig ... end
module Smtp_reply : sig ... end
module Smtp_rpc_impl : sig ... end
module Smtp_rpc_intf : sig ... end
module Smtp_session : sig ... end
module Smtp_spool_monitor : sig ... end
module Smtp_spool_queue : sig ... end
module Smtp_spool : sig ... end
module Smtp_spool_message : sig ... end
module Private : sig ... end