- Update to release 2.23

OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=75
This commit is contained in:
2024-02-06 18:16:08 +00:00
committed by Git OBS Bridge
parent 750f98fcda
commit 03532892b4
10 changed files with 48 additions and 21 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Feb 5 20:28:40 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.23
* oxcmail: do not ignore IDN addresses when reading headers
* oxcmail: resolve a case with trashed body bytes when a line
began with dot
* exmdb: add config directive ``exmdb_contention_reject_time``
for configuring contention timeout
* exmdb: have DB_ITEM instances track which function holds them,
and report this upon reaching contention timeouts
* new command: gromox-exm2mt
-------------------------------------------------------------------
Mon Jan 29 11:19:20 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.22
* exmdb_client: discard connections when EOF is detected
* mda: resolve three cases of garbage bytes getting added to
messages
* oxcmail: drop unintended doublequotes around RFC 2047-style
=?..?= encoded-words
* oxcical: support emission of iCalendar VFREEBUSY objects
* nsp,ab: support name resolution of IDN addresses
* twostep_ruleproc: support Outlook-style public folder entryids
in Move/Copy rules (as opposed to GWeb-style entryids)
-------------------------------------------------------------------
Mon Jan 8 14:05:14 UTC 2024 - Jan Engelhardt <jengelh@inai.de>