Skip to main content
Version: 4.9

4.9.5

Release published on 2023/10/23

If you want to update your BlueMind from a previous minor or major version, please check the BlueMind 4.9 News.

caution

Debian Stretch and Ubuntu Bionic are no longer supported by BlueMind, because PostreSQL project ended support for those distributions.

New features

Mail App

Other

  • FEATBL-2144 : Removes Roundcube installer and deny HTTP access to some Roundcube directory

Fixes

Mail App

  • BM-20253 : Fixes the recursive search setting the 'isDeepTraversal' property to true when searching subfolders
  • BM-20227: Allows you to search with multiple terms in the same field
  • BM-20205: Allows to use the selected mailbox when searching all folders
  • BM-19925: Allows to display correctly identities with the same name and e-mail address but different labels and/or signatures
  • BM-20167 : Allows you to restore all CSS styles using the sanitizeHtml function
  • COM-147: Corrects message display errors in conversation mode
  • BM-20077: Corrects category creation errors

eas

  • BM-20273 : Fixes absent event values using ics as source
  • BM-20177: Adds cli commands to activate eas logs
  • BM-20130: Enables data.in logs without restarting the service and for a single user

mapi

  • BM-20268: Corrects memory failures when mapping calendar events
  • BM-20249: Prevents folder to be created into mailshare inbox
  • BM-20248: Manage message reception with Exchange DNs
  • BM-20061: Corrects folder modification errors in shared boxes
  • BM-20199: Allows to create folder names with quotation marks
  • BM-19592: Enables anonymous logs in mapi.log
  • BM-20169: Corrects folder synchronization errors when tree structure is large
  • DATAXP-349: Corrects email header parsing errors
  • BM-20120: Avoids NPE during conflict detection
  • BM-20121: Allows to skip invalid DN in EntryId coming from exchange
  • BM-19719: Corrects adaptation errors between RawField and ContentTransferEncodingField when an email is moved from Outlook

DAV

  • BM-20236 : Implementes upsert protocole on vcards

Elasticsearch

  • BM-20215: Ensures that the alias migration maintenance operation is executed sequentially

Webmail

  • BM-20228: Fixes a problem displaying remote images with RoundCube

core

  • BM-20154 : Corrects "delete" filter errors

replication-cyrus

  • ACMS-435: Allows to manage a large number of files in the /var/spool/bm-cyrus-replication directory

Calendar

  • BM-20153: Allows to adapt the configuration of weekly recurrences

Other

  • BM-20269: Adds the default right "Can invite me to a meeting" when a simple account is upgraded into a collaborative account
  • BM-20267 : Enables shortened words to be used when encoding header ids, so as not to exceed 80 characters
  • BM-20241: Propagates non-interactive session to HPS
  • SYN-24: Prevents NPE on documents without headers
  • Performance improvement : adds a fastpath for count(*) for t_container_item: precalculate total, unseen, unseen_visible, total_visible with PostgreSQL triggers