From 3185779e5341ab0eb0e54e25ea2760c7ea78ed70 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 12 Jun 2022 17:28:53 +0200 Subject: [PATCH] Gromox 1.25 --- configure.ac | 2 +- doc/changelog.rst | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4766c22a3..ae1522ea7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gromox], [1.24]) +AC_INIT([gromox], [1.25]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([build-aux]) AC_PREFIX_DEFAULT([/usr]) diff --git a/doc/changelog.rst b/doc/changelog.rst index f29e81c21..41607bb67 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,4 +1,5 @@ -1.24.25 +1.25 (2022-06-12) +================= Fixes: @@ -6,10 +7,27 @@ Fixes: * zcore: fix randomly occurring set_permission failures * autodiscover: resolve '&' being misrepresented * autodiscover: force-remove single quotes from ini values +* imap: improved the tokenization for unusual values found + in the From/To/Reply-To etc. headers +* imap: stop emitting excess parenthesis pairs for "RFC822" field + values during FETCH +* imap: stop offering STARTTLS capability keyword when the STARTTLS command + can, at the same time, not be issued anyway +* imap: IMAP commands emitted to the log (under ``imap_cmd_debug``) were + truncated sometimes +* midb: resolve potential crash when the IMAP ``SEARCH`` command is used + +Enhancements: + +* imap: emit gratuitous CAPABILITY lines upon connect and login +* imap, pop3: support recognizing LF as a line terminator as well + (other than CRLF) Changes: * midb: change mail_engine_ct_match to use stdlib containers +* oxcmail: stop emitting zero-length display-names +* oxcmail: always generate angle brackets for exported addresses 1.24 (2022-06-01)