Zum Hauptinhalt gehen

5.1.6

Release published on 2024/12/19

If you want to update your BlueMind from a previous minor or major version, please consult the Release Notes 5.1.

Backup / Restore

  • FEATBL-2422 : added a bm-cli command to restore mails from a BM4 backup to BM5

Core

  • BM-21530 : Fix multi-line mails sanitizing for POP3 protocol
  • BM-21284 : redirect to mailApp when bm-webmail is not installed but user has haswebmail role
  • BM-21615 : mail filters are case-sensitive by default in version 5 - version 5.1.6 corrects problems due to data migration from version 4

Auditlog

  • BM-21538 : Improve addressbook actions logging output
  • BM-21557 : Feat: add log message also when login fails

BlueMind Webmail (MailApp)

  • BM-21581 : Fix: expand groups with shared contact for which access has been removed
  • BM-21533 : Fix: Display non-viewable inline parts as attachments
  • BM-21578 : Fix: handle case sensitive change when renaming folder
  • BM-20654 : Fix: Cannot move folder in forbidden folder

Old Webmail

  • BM-21624 : Fix: replace deprecated mime-support dependency on noble

Thunderbird connector

  • BM-21596 : Fix: error on private meeting mail

Settings

  • BM-21331 : Fix: Delegations when user doesn't have "Manage email filters" role

DataProtect

  • Improve retention time of replicated data in Kafka
  • Fix: reload sds stores on each run, permitting the dataprotect to work after a sysconf change, without restart

MAPI

  • BM-21630 : Fix: do not abort the whole OAB generation process when we have problem with a smime certificate
  • BM-21104 : Fix event deletion
  • Improved MAPI conversation processing

Mail API

  • Chore: add missing.sds.bodies repair operation to create placeholder messages in object store when we lost the original message.
  • BM-21611 Fix: refuse too big bodies earlier

Kafka

  • Chore: extra validation of mailbox parameters is not needed at restore time
  • Fix: ensure we can't delete bodies at cloning time
  • Fix: don't try to manipulate user emails automagically if we are in a cloning state

Upgrade

  • Fix hotupgrades execution order
  • Fix: conflicting upgraders may not run. Remove obsolete upgraders (there is no path from < 4 to >= 5)

Performance

  • Disable hikaricp leak detection, by default

Backup

  • Fix: deletions should be applied to the backup spool, not to the live spool

Other