From 095a96e01ab852d7d7edfa2d6da7b113e5beacf1 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Wed, 9 Aug 2023 19:39:36 +0200 Subject: [PATCH] v0.3.4 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe04174..ccd0b4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.3.4] - 2023-08-09 + +## Added +- JMAP: Support for setting custom HTTP response headers (#52) + +### Changed + +### Fixed +- SMTP: Missing envelope keys in rewrite rules (#25) +- SMTP: Remove CRLF from Milter headers +- JMAP/IMAP: Successful authentication requests should not count when rate limiting +- IMAP: Case insensitive Inbox selection +- IMAP: Automatically create Inbox for group accounts + ## [0.3.3] - 2023-08-02 ### Added