package sendmail

  1. Overview
  2. Docs
Implementation of the sendmail command

Install

Dune Dependency

Authors

Maintainers

Sources

colombe-v0.6.0.tbz
sha256=914e25db190507f800fd17e34b5c73e34b581a151b7d0df9fc13f0577796cd88
sha512=e203add8b22a91f8bb5a967c3fe6e88ec27d124d3c36aef6751ba2ec2dcee3f5036469a866febaa944410e41dd48c899ac460cdba014568d8bd55ba2d41fecef

doc/sendmail.starttls/Sendmail_with_starttls/Make_with_tls/index.html

Module Sendmail_with_starttls.Make_with_tlsSource

Parameters

module Value : VALUE

Signature

Sourcetype 'x send = 'x Value.send
Sourcetype 'x recv = 'x Value.recv
Sourcemodule Value : sig ... end
Sourcetype error = [
  1. | `Protocol of Value.error
  2. | `Tls_alert of Tls.Packet.alert_type
  3. | `Tls_failure of Tls.Engine.failure
  4. | `Tls_closed
]
Sourceval pp_error : error Fmt.t
Sourceval starttls_as_client : encoder -> Tls.Config.client -> (unit, [> error ]) Colombe.State.t
Sourceval starttls_as_server : decoder -> Tls.Config.server -> (unit, [> error ]) Colombe.State.t
Sourceval close : encoder -> (unit, [> error ]) Colombe.State.t
Sourceval encode : encoder -> 'a send -> 'a -> (unit, [> error ]) Colombe.State.t
Sourceval decode : decoder -> 'a recv -> ('a, [> error ]) Colombe.State.t
OCaml

Innovation. Community. Security.