package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. next_hop : Re2.t option;
  2. sender : Re2.t option;
  3. recipient : Re2.t option;
  4. queue : Async_smtp.Smtp_spool_message.Queue.t option;
  5. younger_than : Time_float_unix.Span.t option;
  6. older_than : Time_float_unix.Span.t option;
}
OCaml

Innovation. Community. Security.