package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val (^-) : string -> string -> string
val rpc : ?version:int -> name:string -> (module Core.Binable.S with type t = 'a) -> (module Core.Binable.S with type t = 'b) -> ('a, 'b) Async.Rpc.Rpc.t
val pipe_rpc : ?version:int -> name:string -> (module Core.Binable.S with type t = 'a) -> (module Core.Binable.S with type t = 'b) -> (module Core.Binable.S with type t = 'c) -> ('a, 'b, 'c) Async.Rpc.Pipe_rpc.t
val state_rpc : ?version:int -> name:string -> (module Core.Binable.S with type t = 'a) -> (module Core.Binable.S with type t = 'b) -> (module Core.Binable.S with type t = 'c) -> (module Core.Binable.S with type t = 'd) -> ('a, 'b, 'c, 'd) Async.Rpc.State_rpc.t
val or_error : (module Core.Binable.S with type t = 'a) -> (module Core.Binable.S with type t = 'a Core.Or_error.t)
val list : (module Core.Binable.S with type t = 'a) -> (module Core.Binable.S with type t = 'a list)
val option : (module Core.Binable.S with type t = 'a) -> (module Core.Binable.S with type t = 'a option)
val pair : ((module Core.Binable.S with type t = 'a) * (module Core.Binable.S with type t = 'b)) -> (module Core.Binable.S with type t = 'a * 'b)
val triple : ((module Core.Binable.S with type t = 'a) * (module Core.Binable.S with type t = 'b) * (module Core.Binable.S with type t = 'c)) -> (module Core.Binable.S with type t = 'a * 'b * 'c)
val binable : (module Core.Binable.S with type t = 'a) -> (module Core.Binable.S with type t = 'a)
val string : (module Core.Binable.S with type t = Core.String.t)
val int : (module Core.Binable.S with type t = Core.Int.t)
val unit : (module Core.Binable.S with type t = Core.Unit.t)
val bool : (module Core.Binable.S with type t = Core.Bool.t)
val span : (module Core.Binable.S with type t = Core.Time.Stable.Span.V2.t)
val error : (module Core.Binable.S with type t = Core.Error.Stable.V2.t)
val smtp_event : (module Core.Binable.S with type t = Smtp_events.Event.t)
val id : (module Core.Binable.S with type t = Async_smtp__.Message.Id.t)
val spool_status : (module Core.Binable.S with type t = Async_smtp__.Spool.Spooled_message_info.t list)
val spool_event : (module Core.Binable.S with type t = Core.Time.t * [ `Spool_event of [ `Spooled | `Delivered | `Frozen | `Removed | `Unfrozen | `Recovered of [ `From_quarantined | `From_removed ] | `Quarantined of [ `Reason of Async_smtp__.Quarantine_reason.t ] ] * Async_smtp__.Message.Id.t * Async_smtp_types.Smtp_envelope.Info.t | `Ping ])
val send_info : (module Core.Binable.S with type t = [ `All_messages | `Frozen_only | `Some_messages of Async_smtp__.Message.Id.t list ])
val recover_info : (module Core.Binable.S with type t = Async_smtp__.Spool.Recover_info.t)
val gc_stat : (module Core.Binable.S with type t = Async.Gc.Stat.t)
val pid : (module Core.Binable.S with type t = Core.Pid.Stable.V1.t)
val cache_status : (module Core.Binable.S with type t = Async_smtp__.Client_cache.Status.t)
val cache_config : (module Core.Binable.S with type t = Resource_cache.Cache.Address_config.t)
module Monitor : sig ... end
module Smtp_events : sig ... end
module Spool : sig ... end
module Gc : sig ... end
module Process : sig ... end
module Cache : sig ... end