Skip to content

Commit e431d47

Browse files
chore(master): release 1.46.25 [skip-ci] (#1021)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf916eb commit e431d47

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.46.24"
2+
".": "1.46.25"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.46.25](https://github.com/zone-eu/wildduck/compare/v1.46.24...v1.46.25) (2026-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* fix rfc-2231 regex (multi digit continuation), add tests ([#1020](https://github.com/zone-eu/wildduck/issues/1020)) ([420c1e2](https://github.com/zone-eu/wildduck/commit/420c1e21f92c20bafd63440dc3cd19d3f8d0a8d0))
9+
* variable typo fix ([a4dafca](https://github.com/zone-eu/wildduck/commit/a4dafca4cdf6b41a3f8d8787dcf0cf4caf94b6d8))
10+
* ZMS-16: implement message deduplication on MX receive ([#1000](https://github.com/zone-eu/wildduck/issues/1000)) ([6a836b8](https://github.com/zone-eu/wildduck/commit/6a836b825f3e3583b812e8d501a2e680682d5055))
11+
* ZMS-19: Improve gelf error logging ([#1009](https://github.com/zone-eu/wildduck/issues/1009)) ([bf916eb](https://github.com/zone-eu/wildduck/commit/bf916ebb4b77a680eb4b4821b4d6f186cf2c2d57))
12+
* ZMS-2: Make imapcommand error logs less critical and without stack trace ([#1024](https://github.com/zone-eu/wildduck/issues/1024)) ([82f9c1a](https://github.com/zone-eu/wildduck/commit/82f9c1af7a758e5c7219864ed9433aa814e111ae))
13+
* ZMS-26: On move fetch target mailbox's user only one ([#1022](https://github.com/zone-eu/wildduck/issues/1022)) ([c195fc4](https://github.com/zone-eu/wildduck/commit/c195fc4755a82ee56c3c254cdab7e57585b2cdfb))
14+
* ZMS-29: Various IMAP fixes ([#1023](https://github.com/zone-eu/wildduck/issues/1023)) ([dd3b927](https://github.com/zone-eu/wildduck/commit/dd3b92720621faf35b99d62723d18f87efac2cc6))
15+
* ZMS-30: Update verification results return schema ([#1025](https://github.com/zone-eu/wildduck/issues/1025)) ([a0c0636](https://github.com/zone-eu/wildduck/commit/a0c0636ad7361c4ae54df9ffe0c5b117adf8f6e1))
16+
317
## [1.46.24](https://github.com/zone-eu/wildduck/compare/v1.46.23...v1.46.24) (2026-03-06)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zone-eu/wildduck",
3-
"version": "1.46.24",
3+
"version": "1.46.25",
44
"description": "IMAP/POP3 server built with Node.js and MongoDB",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)