Skip to content

Commit

Permalink
Prepare v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Nov 27, 2020
1 parent 2d3e716 commit 8378253
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### v0.4.0 2020-27-11 Paris (France)

- Be resilient when we parse a replies (#27, @dinosaure, review by @mikonieminen)
- **breaking changes**
Rename `sendmail.tls` to `sendmail.starttls`
Rename `Sendmail_with_tls` to `Sendmail_with_starttls`
(#28, @dinosaure, issue #25)
- Handle dot special character when we transmit the mail
(#30, @dinosaure, review by @mikonieminen, @jerben and @Julow, issue #29)

`sendmail` already expects a stream which emits line per line the mail
but it sanitizes now the dot character according the SMTP protocol. If
the user uses `mrmime` to generate the mail, he should upgrade it to
`mrmime.0.3.2`. Otherwise, it must respect this assumption.

### v0.3.0 2020-05-17 Paris (France)

- Fix opam file (#22, @kit-ty-kate)
Expand Down

0 comments on commit 8378253

Please sign in to comment.