package async_smtp

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

Module Async_smtp.Smtp_spool_queueSource

Sourcetype t =
  1. | Active
  2. | Frozen
  3. | Removed
  4. | Quarantine
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare
Sourceval to_dirname : t -> string
Sourceval of_status : [ `Send_now | `Send_at of Core.Time.t | `Sending | `Frozen | `Removed | `Quarantined of Async_smtp__.Quarantine_reason.t | `Delivered ] -> t option
Sourceval of_status' : [ `Send_now | `Send_at of Core.Time.t | `Sending | `Frozen | `Removed | `Quarantined of Async_smtp__.Quarantine_reason.t | `Delivered ] -> t Core.Or_error.t
OCaml

Innovation. Community. Security.