package colombe
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
SMTP protocol in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
colombe-v0.5.0.tbz
sha256=7f498367e75bdc4faaf44060a432f801299363159f3212082de57cb9ac46130a
sha512=caebd96bfc4ec084d9d19ee025edb51f9b52a902205fe80fc2abbd6428b02cc07af769ce5a414e36cef169161320483536bc9984efe600bc6a8d1c6d07d5c6fd
doc/CHANGES.html
v0.5.0 2021-08-30 Paris (France)
- Use
Cstruct.lengthinstead ofCstruct.len(@dinosaure, #45) - Let the user to emit the end of the stream (spotted by @jsthomas, @dinosaure, review @mikonieminen, #47)
v0.4.2 2021-07-26 Paris (France)
- Add
Path.of_string_exn(@dinosaure, #40) - Be resilient about 334 argument and add regression test (@dinosaure, @jsthomas, #41)
v0.4.1 2021-04-27 Paris (France)
- Upgrade to
tls.0.13.0(#34, @dinosaure)
v0.4.0 2020-11-29 Paris (France)
- Be resilient when we parse a replies (mirage/colombe#27, @dinosaure, review by @mikonieminen)
- breaking changes Rename
sendmail.tlstosendmail.starttlsRenameSendmail_with_tlstoSendmail_with_starttls(mirage/colombe#28, @dinosaure, issue mirage/colombe#25) Handle dot special character when we transmit the mail (mirage/colombe#30, @dinosaure, review by @mikonieminen, @jerben and @Julow, issue mirage/colombe#29)
sendmailalready expects a stream which emits line per line the mail but it sanitizes now the dot character according the SMTP protocol. If the user usesmrmimeto generate the mail, he should upgrade it tomrmime.0.3.2. Otherwise, it must respect this assumption.
v0.3.0 2020-05-17 Paris (France)
- Fix opam file (#22, @kit-ty-kate)
- Better documentation (#23 & #24, @dinosaure)
- Update to
angstrom.0.14.0(#24, @dinosaure)
v0.2.0 2020-03-14 Paris (France)
- Fix warnings from OCaml 4.08.1
- Monadic view about implementation of the state machine
- Handle
let*syntax and add dependency withfuture_syntax - Use at least
dune.1.8.0 - Use
emileinsteadmrmimeabout email address - Support
8BITMIME - Add some logs
- Rename
ParsertoDecoder - Add
Domain.compare - Externalize some parsers/decoders
- Add Received encoder/decoder
- Functorize
STARTTLSimplementation - Close properly a TLS connection
- Relax SMTP parser about End-Of-Line character (be compatible with
gnutls-cli) - Add tests
- Clean the distribution
v0.1.0 2019-07-30 Бар (Црна Гора / Crna Gora)
- First release
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page