package async_smtp

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

Parameters

module P : Plugin.S

Signature

val session : server_state:P.State.t -> log:Async.Log.t -> ?max_message_size:Core.Byte_units.t -> ?tls_options:Config.Tls_options.t -> ?emulate_tls:bool -> ?malformed_emails:[ `Reject | `Wrap ] -> ?local_ip_address:Async.Socket.Address.Inet.t -> ?remote_ip_address:Async.Socket.Address.Inet.t -> Async.Reader.t -> Async.Writer.t -> unit Async.Deferred.t