Up

Module Fields

Signature

val names : string list
val helo : (t, string option) Fieldslib.Field.t
val local : (t, Address.t) Fieldslib.Field.t
val remote : (t, Address.t) Fieldslib.Field.t
val fold : init:'acc__0 -> remote:('acc__0 -> (t, Address.t) Fieldslib.Field.t -> 'acc__1) -> local:('acc__1 -> (t, Address.t) Fieldslib.Field.t -> 'acc__2) -> helo:('acc__2 -> (t, string option) Fieldslib.Field.t -> 'acc__3) -> tls:('acc__3 -> (t, Async_ssl.Std.Ssl.Connection.t option) Fieldslib.Field.t -> 'acc__4) -> 'acc__4
val make_creator : remote:((t, Address.t) Fieldslib.Field.t -> 'acc__0 -> ('input__ -> Address.t) * 'acc__1) -> local:((t, Address.t) Fieldslib.Field.t -> 'acc__1 -> ('input__ -> Address.t) * 'acc__2) -> helo:((t, string option) Fieldslib.Field.t -> 'acc__2 -> ('input__ -> string option) * 'acc__3) -> tls:((t, Async_ssl.Std.Ssl.Connection.t option) Fieldslib.Field.t -> 'acc__3 -> ('input__ -> Async_ssl.Std.Ssl.Connection.t option) * 'acc__4) -> 'acc__0 -> ('input__ -> t) * 'acc__4
val create : remote:Address.t -> local:Address.t -> helo:string option -> tls:Async_ssl.Std.Ssl.Connection.t option -> t
val map : remote:((t, Address.t) Fieldslib.Field.t -> Address.t) -> local:((t, Address.t) Fieldslib.Field.t -> Address.t) -> helo:((t, string option) Fieldslib.Field.t -> string option) -> tls:((t, Async_ssl.Std.Ssl.Connection.t option) Fieldslib.Field.t -> Async_ssl.Std.Ssl.Connection.t option) -> t
val iter : remote:((t, Address.t) Fieldslib.Field.t -> unit) -> local:((t, Address.t) Fieldslib.Field.t -> unit) -> helo:((t, string option) Fieldslib.Field.t -> unit) -> tls:((t, Async_ssl.Std.Ssl.Connection.t option) Fieldslib.Field.t -> unit) -> unit
val for_all : remote:((t, Address.t) Fieldslib.Field.t -> bool) -> local:((t, Address.t) Fieldslib.Field.t -> bool) -> helo:((t, string option) Fieldslib.Field.t -> bool) -> tls:((t, Async_ssl.Std.Ssl.Connection.t option) Fieldslib.Field.t -> bool) -> bool
val exists : remote:((t, Address.t) Fieldslib.Field.t -> bool) -> local:((t, Address.t) Fieldslib.Field.t -> bool) -> helo:((t, string option) Fieldslib.Field.t -> bool) -> tls:((t, Async_ssl.Std.Ssl.Connection.t option) Fieldslib.Field.t -> bool) -> bool
val to_list : remote:((t, Address.t) Fieldslib.Field.t -> 'elem__) -> local:((t, Address.t) Fieldslib.Field.t -> 'elem__) -> helo:((t, string option) Fieldslib.Field.t -> 'elem__) -> tls:((t, Async_ssl.Std.Ssl.Connection.t option) Fieldslib.Field.t -> 'elem__) -> 'elem__ list
val map_poly : ([<
| `Read
| `Set_and_create
], t, 'x0) Fieldslib.Field.user -> 'x0 list
module Direct : sig .. end