Releases: s1t5/mail-archiver
Releases · s1t5/mail-archiver
2512.2
✨ New Features
- Added Database Maintenance Service for optional database maintenance (see documentation)
- Password Login can now be disabled to only allow OIDC Accounts (see documentation)
⚙️ Improvements
- Updated from .NET 8 to .NET 10
- Deletion of larger amounts now works with a background service
- Optimised field specific search now partial search terms are supported
2512.1
✨ New Features
- Edit last sync time in mail account details page now available
⚙️ Improvements
- Optimised reverse proxy support Now ForwardedHeaders are supported for OIDC setups with reverse proxy (see documentation)
🐛 Bug Fixes
- Fixed folder retrieval in the account edit page for M365 accounts
2511.3
✨ New Features
- Added OIDC support now external identity providers can be connected. Huge thanks to @DennisTheD for submitting this feature!
2511.2
2511.1
✨ New Features
- Enhanced Security IP block after multiple failed login attempts
⚙️ Improvements
- Truncation improvement Updated truncation logic for mails with body >500kb. Until now the original, untruncated, body was added as attachment, now the mail object remains as it was
- Enhanced Loading Time of Edit Page
🐛 Bug Fixes
- Folder retrieval enhancement non subscribed folders are now received too
2510.5
2510.4
✨ New Features
- Added response to button It's now possible to reply to mails from the archive using a simple mailto call
⚙️ Improvements
- Hardened folder retrieval some providers used a non standard IMAP implementation
- Optimised Mail Message ID handling
🐛 Bug Fixes
- Account Export file is no longer read to memory, instead file streaming is now used
- Optimised attachment handling during batch export
- Folder search filter had no longer worked on the second results page and ongoing
2510.3
✨ New Features
- Folder search filter The source folder can now be used as a search parameter
- British Language Support Now British English can be used as a frontend language
⚙️ Improvements
- Deprecated Deployments without authentication
Setups without authentication are no longer not only not recommended, they are officially no longer supported. I've made this decision because mail archiver potentially holds highly confidential data which should not be accessible without any kind of authentication, even in a local network environment. Ongoing from version 2510.3 the authentication can't be disabled in the appsettings or docker-compose file.
🚨 IMPORTANT NOTICE FOR EXISTING DEPLOYMENTS 🚨
Before updating from a version without authentication, you must define a username and password in yourdocker-compose.yml. See the example in the README or in the Setup.md for instructions. Without this change, the application will not start after the update!
- Updated Translations
- Enhanced Mobile View The footer now takes less screen space and the dashboard items have been refined.
- Updated Connection Test Some mail servers have a non-standard IMAP implementation which caused issues while trying to access the inbox
- Updated full sync IMAP query If the query delivered after UNIX epoch returns zero mails a fallback is used which requests all mails from the IMAP server
2510.2
2510.1
✨ New Features
- STARTTLS is now supported for IMAP synchronization
⚙️ Improvements
- Removed Authentication Methods GSSAPI and NEGOTIATE
🐛 Bug Fixes
- Updated Truncation to resolve an error related for the fulltext search vector
- Fixed Delete Account Button in the mail account details page
- Last Sync Time was not set after successful sync in the last version