Skip to content

Commit e4156fb

Browse files
committed
Gromox 2.47
1 parent 3874aa2 commit e4156fb

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([gromox], [2.46])
1+
AC_INIT([gromox], [2.47])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Development 2.46.17
2-
===================
1+
Gromox 2.47 (2025-07-31)
2+
========================
33

44
Enhancements:
55

@@ -8,6 +8,9 @@ Enhancements:
88
* oxcical: try to handle ICS files with missing VTIMEZONE blocks
99
* oxcical: support YEARLY recurrences with BYDAY without BYSETPOS
1010
* imap: offer $Forwarded keyword for APPEND/STORE commands
11+
* gromox.cfg now has a ``ruleproc_debug`` directive (applies to
12+
the TWOSTEP Processor only)
13+
* edb2mt, eml2mt, kdb2mt, oxm2mt, pff2mt, exm2eml: add ``--loglevel`` option
1114

1215
Fixes:
1316

@@ -23,6 +26,22 @@ Fixes:
2326
* exmdb: resolve a case of "INSERT INTO t... UNIQUE constraint failed" log
2427
message appearing when the Twostep Rule Processor and a Move rule is
2528
encountered and a MAPI client has a Content Table with Sort Order open.
29+
* exmdb: stop losing RFC5322 representation when a message is copied
30+
* HTML-to-Text conversion using w3m suffered from an encoding mismatch, which
31+
was fixed.
32+
33+
Changes:
34+
35+
* oxcmail: upon ingestion, the ``Precedence`` header (RFC 2076) is now
36+
transformed to the MAPI property ``PR_INTERNET_PRECEDENCE``.
37+
* exmdb_local: Out-of-office autoreply logic now recognizes
38+
PR_INTERNET_PRECEDENCE values ``bulk`` and ``list`` to inhibit certain and
39+
all responses, respectively.
40+
* oxcmail: upon ingestion, the ``Auto-Submitted`` header (RFC 3834) and
41+
``List-Help``, ``List-Subscribe`` and ``List-Unsubscribe`` are now
42+
transformed into the MAPI property ``PR_AUTO_RESPONSE_SUPPRESS``.
43+
* ews: unconditionally emit all OOF XML tags upon GetUserOofSettingsRequest to
44+
workaround OL crash when modifying Out-of-office settings.
2645

2746

2847
Gromox 2.46 (2025-05-28)

0 commit comments

Comments
 (0)