package sendmail

  1. Overview
  2. Docs
Implementation of the sendmail command

Install

Dune Dependency

Authors

Maintainers

Sources

colombe-0.8.1.tbz
sha256=78806314593bc74d5ad7d83f079acaf328b7d2e1117e1a9c40bc89de18bd9530
sha512=ef7bc4cd1c6e29957b52a9088bd059596efb9db2e77066a3024b1df01ef663c89944aaa0b748e6efde9e2da7848d912d6b20c2497e6a63b6d8fb2545c0fc7c07

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.