Zum Hauptinhalt gehen

5.1.7

Release published on 2025/01/16

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

BlueMind Webmail (MailApp)

  • BM-21666 : Fix: Incorrect sorting of address list in composer autocomplete The address list in the composer autocomplete field was incorrectly sorted, with more relevant addresses appearing after less relevant ones.
    This fix introduces several changes:
    1. Updated mutation interfaces: Logic for calculating address weight is now handled within the mutations, rather than being delegated to the caller. Mutations now accept only an email address and either increase its weight or exclude it from autocomplete.
    2. Improved address weight algorithm: Previously, weight was increased by adding Date.now(), which gave excessive weight to addresses with frequent past communication. Now, repeated emails give a "bonus" to an address, but this bonus decreases over time.
      For instance, after writing to someone 3 times, they'll be prioritized over recent contacts for 20 days, after which they lose priority if no further emails are sent.
    3. Fixed sorting in MailContactRecipient: The address list was partially sorted in reverse order. The ADDRESS_AUTOCOMPLETE getter now places the most relevant addresses at the end, and MailContactRecipient sorting them at the beginning.
  • BM-21677 : Restores correct operation of "Remove this suggestion" button

LMTP

  • BM-20973 : Fixes error caused by filters applied to delivery after processing had been rejected (no longer applied)

Core

  • BM-21337 : Fix: mail filter error on incoming e-mail with empty subject line
  • BM-21658 : Fix: the execution order is not synchronized with the registration date of the associated upgrader
  • Make sure upgraders are executed in the right order

EAS

Keycloak

  • BM-21394 : clean Keycloak caches to support user rename

Other

  • BM-21641 : Fix: updating an event may cause an error if the event is inconsistent in the database
  • BM-21665 : Restores functionality of “Move to” action in mail filters