SHA256
1
0
forked from pool/gromox

- Update to release 1.20

OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=9
This commit is contained in:
2022-04-30 12:31:58 +00:00
committed by Git OBS Bridge
parent 89183c33dd
commit e44ad67d95
8 changed files with 36 additions and 14 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Apr 30 12:26:55 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.20
* Resolve a use-after-free in gromox-eml2mt
* oxcmail: conversion of Reply-To MAPI field to Internet Mail
had only used the last ONEOFF-type recipient, now it uses all
ONEOFF recipients.
* oxcmail: set IPM.Note.SMIME.MultipartSigned only for incoming
S/MIME mails, not for OpenPGP mails.
* autodiscover: Change the way autodiscover.ini is parsed. This
allows a few more non-alphanumeric characters in the MariaDB
password. ';' is still unusable.
* exmdb_provider: Evaluate restrictions against absent values
differently; this makes messages without a sensitivity tag
and which are located in a non-default store visible in
Outlook again.
-------------------------------------------------------------------
Sat Apr 16 14:31:39 UTC 2022 - Jan Engelhardt <jengelh@inai.de>