Skip to content

Releases: s1t5/mail-archiver

2512.2

21 Dec 22:11
389cdb8

Choose a tag to compare

✨ 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

08 Dec 08:24

Choose a tag to compare

✨ 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

29 Nov 19:57

Choose a tag to compare

✨ New Features

  • Added OIDC support now external identity providers can be connected. Huge thanks to @DennisTheD for submitting this feature!

2511.2

14 Nov 18:02

Choose a tag to compare

🐛 Bug Fixes

  • Fixed mail deletion (193)
  • Fixed account search filter which had no effect in previous versions for standard users (194)

2511.1

12 Nov 20:37

Choose a tag to compare

✨ 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

29 Oct 08:45

Choose a tag to compare

✨ New Features

  • Added local retention policies for possible legal compliance
  • Page Size in the mail archive can now be selected
  • Order the Archive Table by clicking the header

🐛 Bug Fixes

  • Recent Emails in Dashboard now sorted by sent date not the received date

2510.4

21 Oct 07:03

Choose a tag to compare

✨ 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

16 Oct 13:07

Choose a tag to compare

✨ 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 your docker-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

05 Oct 16:23

Choose a tag to compare

🐛 Bug Fixes

  • Fixed Account Restore which previously returned an error for large accounts
  • Improved IMAP Client Authentication if the default with SASL PLAIN won't be successful auto negotiation is now used

2510.1

02 Oct 19:31

Choose a tag to compare

✨ 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