SHA256
1
0
forked from pool/gromox

[info=f39ff584afea94a091e3898ae453b55d8a6c9fc46c9553147dbd307bc71d84f6]

OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=101
This commit is contained in:
OBS User unknown
2024-12-07 22:05:54 +00:00
committed by Git OBS Bridge
parent bc67987ff7
commit 867ea2bba8
10 changed files with 40 additions and 17 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Dec 7 11:21:28 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.38
* oxcical: ignore zero-length PidLidTimeZoneStruct on export
rather than failing the operation
* freebusy: process events with recurrence patterns > 510 bytes
* mbop-get-freeubsy: respect the absence of start_time,end_time
(-a/-b) parameters
* mapi_lib: support TNEF export of messages without
PR_INTERNET_CPID
* email_lib: no longer reject import of time-based recurrent
series (`RRULE` line with `UNTIL` specifier) with a single
occurrence
* midb: deal with folder changes that occurr during times when
midb is not running
* exm2eml: add TNEF file export support
* imap: reject creating extant folder
* midb: change M-COPY from a read-write cycle to server-side
copy, thereby preserving mail headers from now on
* midb/imapd: folder names are now treated case-sensitive, just
like MAPI did it already
-------------------------------------------------------------------
Wed Nov 20 10:58:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>