package sendmail
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/index.html
Module Sendmail_with_starttls
Source
Source
module Make_with_tls
(Value : VALUE) :
S
with type 'x send = 'x Value.send
and type 'x recv = 'x Value.recv
and type Value.error = Value.error
and type encoder = Context_with_tls.encoder
and type decoder = Context_with_tls.decoder
Source
type error = [
| `Tls of [ `Protocol of Value.error | `Tls_alert of Tls.Packet.alert_type | `Tls_failure of Tls.Engine.failure | `Tls_closed ]
| `Protocol of [ `Protocol of Value.error | `Tls_alert of Tls.Packet.alert_type | `Tls_failure of Tls.Engine.failure | `Tls_closed ]
| `Unsupported_mechanism
| `Encryption_required
| `Weak_mechanism
| `Authentication_rejected
| `Authentication_failed
| `Authentication_required
]
Source
val sendmail :
's Colombe.Sigs.impl ->
('flow, 's) Colombe.Sigs.rdwr ->
'flow ->
Context_with_tls.t ->
Tls.Config.client ->
?authentication:authentication ->
domain:Colombe.Domain.t ->
reverse_path ->
forward_path list ->
(string * int * int, 's) stream ->
((unit, error) result, 's) Colombe.Sigs.io
sendmail impl rdwr flow ctx tls_config ?authentication ~domain sender recipients mail
where:
impl
is the scheduler (unix, lwt or async)rdwr
read/write syscallflow
witness of the flow (can be a socket)ctx
context used by the processtls_config
TLS configuration used by STARTTLSauthentication
authentication information used by the processsender
sender of the mailrecipients
recipients of the mailmail
stream of the mail
This process try to send a mail according RFC4409
. It ensures to use STARTTLS
(eg. RFC3207
) while the process according TLS configuration tls_config
. If authentication
is given, it does the authentication only while TLS flow. Mail is sended only while TLS flow.
The stream mail
must respects same assumptions as Sendmail_lwt.sendmail
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>