✨ New Features
- Microsoft 365 support added via Graph API.
- TOTP-based Two-Factor Authentication (2FA) implemented.
- Rate limiting added for the 2FA verification flow.
- New provider system:
- “Import only” is no longer a checkbox.
- Every account is now linked to a provider from a list (currently: IMAP, IMPORT, M365).
- Allows easier future expansion.
⚙️ Improvements
- Optimized outgoing mail detection:
- Assignment is now based on the sender’s email address (account email) instead of comparing “Sent” folder names in multiple languages.
- Login with legacy users disabled.
- Updated translations.
- Reworked session handling:
- Improved stability and scalability for session management.
- Important: When running via Docker, you now need to mount an additional volume for sessions — see the example in the repository's
README
.