package sendmail

  1. Overview
  2. Docs
Implementation of the sendmail command

Install

Dune Dependency

Authors

Maintainers

Sources

colombe-v0.4.0.tbz
sha256=d80258b2c6fdd43ed082818f130168cd907826aa17ffcc85e636049afc88ad85
sha512=d777785f2f33cb628482b679ae7a06939dd3ad7daee00e18129578964b0a1c8fc116eaf2926a0a841cc02f91698c8feaa3e7854143a57774d058f3445d5a2d73

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
]
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.