package async_smtp

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

Module Make.EntrySource

An Entry is associated with a particular queue

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval stat : t -> Async.Unix.Stats.t Async.Deferred.Or_error.t
Sourceval spool : t -> spool
Sourceval queue : t -> S.Queue.t
Sourceval name : t -> string
Sourceval create : spool -> S.Queue.t -> name:string -> t

create an Entry.t from a file name on disk. There is no validation done to ensure that the corresponding entry exists in the spool. The validation is performed when using the Entry.t.

Sourcemodule Direct : sig ... end

Direct operations that provide no validation or exclusive access guarantees.

OCaml

Innovation. Community. Security.