package sendmail

  1. Overview
  2. Docs

Module type Sendmail_with_starttls.VALUESource

Sourcetype 'x send
Sourcetype 'x recv
Sourcetype error
Sourceval pp_error : error Fmt.t
Sourceval encode_without_tls : Colombe.Encoder.encoder -> 'x send -> 'x -> (unit, [> `Protocol of error ]) Colombe.State.t
Sourceval decode_without_tls : Colombe.Decoder.decoder -> 'x recv -> ('x, [> `Protocol of error ]) Colombe.State.t