Files
lasuite-messages/CHANGELOG.md
Jean-Baptiste PENRATHandGitHub bd76a081e9 (frontend) forward attachments (#485)
When a user forward a message, attachments are now also forwarded. Also,
if some attachments has a cid and embdedded into the html body, this link is
preserved.
2026-01-25 12:06:52 +01:00

1.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Allow to retry send Message in Django Admin and filter Message by delivery status
  • When forwarding a message, the attachments are added to the draft as new attachments.

0.1.1 - 2026-01-22

Fixed

  • Now DJANGO_ADMIN_URL must not end with /.

0.1.0 - 2026-01-20

Added

  • Allow to save an attachment into Drive workspace #408
  • Add a SPAM folder in mailbox panel
  • Allow to search for spam messages
  • Add is_trashed flag to thread model
  • Add to select multiple threads in thread panel
  • Add image proxy endpoint to display external images in messages
  • Add to_exact modifier to search query
  • Allow to toggle spam status of a thread

Changed

  • Configure Drive App Name through environment variable (DRIVE_APP_NAME)
  • Inherit OIDC Authentication backend from django-lasuite #408
  • Exclude is_trashed and is_spam threads from search results by default
  • to search modifier now looks for messages where recipient fields (to, cc, bcc) contain the given email address.