✨ New Features
- Deletion of mails is now possible
- Users with admin or self manager role are now able to delete mails on the details page as well as from a mail selection.
- Every deletion process is logged!
- Enhanced log filter
- The log can now also be filtered by type (Open, Search, Download, Deletion, etc.)
⚙️ Improvements
- Refactored Inline Image Detection The detection and extraction of inline images in the mail body got an enhancement
- Added Timezone Conversion for archived mails. The time now displayed corresponds to the correct time zone. This requires an extension of Docker Compose file to include a time zone environment variable, as specified in the example file in the repository's readme (default UTC).
- Added 404 Page for accessing mails that are now in the system
🐛 Bug Fixes
- Folder retrieval fix for M365 Accounts
- Optimised Memory Usage for the mail synchronisation.
- Fixed sync after account deletion After deleting accounts, periodic synchronisation was still initiated. This has now been fixed.