package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Protocol_error
exception Authentication_error
exception Transient_error of int * string
exception Permanent_error of int * string
val tcp_port : int
val auth_mechanisms : string list -> string list
val authenticate : ?host:string -> ?tls_config:Netsys_crypto_types.tls_config -> ?tls_required:bool -> ?tls_peer:string -> ?sasl_mechs:Netsys_sasl.sasl_mechanism list -> ?sasl_params:(string * string * bool) list -> ?user:string -> ?authz:string -> ?creds:Netsys_sasl.credentials -> client -> unit
val sendmail : client -> Netmime.complex_mime_message -> unit
module Debug : sig ... end
OCaml

Innovation. Community. Security.