mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-01-26 17:58:24 +08:00
v0.3.4
This commit is contained in:
parent
6cb27d6aa9
commit
095a96e01a
1 changed files with 14 additions and 0 deletions
14
CHANGELOG.md
14
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
|
||||
|
|
Loading…
Reference in a new issue