mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-12 12:57:44 +02:00
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.
1.5 KiB
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_URLmust 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_trashedflag to thread model - Add to select multiple threads in thread panel
- Add image proxy endpoint to display external images in messages
- Add
to_exactmodifier 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_trashedandis_spamthreads from search results by default tosearch modifier now looks for messages where recipient fields (to, cc, bcc) contain the given email address.