Skip to content

Commit 3185779

Browse files
committed
Gromox 1.25
1 parent be97ac1 commit 3185779

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
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], [1.24])
1+
AC_INIT([gromox], [1.25])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,33 @@
1-
1.24.25
1+
1.25 (2022-06-12)
2+
=================
23

34
Fixes:
45

56
* exmdb_provider: repair PR_MEMBER_NAME transition
67
* zcore: fix randomly occurring set_permission failures
78
* autodiscover: resolve '&' being misrepresented
89
* autodiscover: force-remove single quotes from ini values
10+
* imap: improved the tokenization for unusual values found
11+
in the From/To/Reply-To etc. headers
12+
* imap: stop emitting excess parenthesis pairs for "RFC822" field
13+
values during FETCH
14+
* imap: stop offering STARTTLS capability keyword when the STARTTLS command
15+
can, at the same time, not be issued anyway
16+
* imap: IMAP commands emitted to the log (under ``imap_cmd_debug``) were
17+
truncated sometimes
18+
* midb: resolve potential crash when the IMAP ``SEARCH`` command is used
19+
20+
Enhancements:
21+
22+
* imap: emit gratuitous CAPABILITY lines upon connect and login
23+
* imap, pop3: support recognizing LF as a line terminator as well
24+
(other than CRLF)
925

1026
Changes:
1127

1228
* midb: change mail_engine_ct_match to use stdlib containers
29+
* oxcmail: stop emitting zero-length display-names
30+
* oxcmail: always generate angle brackets for exported addresses
1331

1432

1533
1.24 (2022-06-01)

0 commit comments

Comments
 (0)