You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reply/reply-all From field: Removed the upstream snappymail fallback that incorrectly set the To address of the original message as the From identity. The primary configured identity is now always used when no exact match is found.
Nextcloud NC34 compatibility: Replaced removed OC\Server::getSession() and OC\Server::getUserSession() calls with the modern DI container API (ISession, IUserSession). Fixes loading failure on Nextcloud 34.
Nextcloud session key: Fixed stale snappymail-passphrase session key in the Nextcloud plugin — now correctly reads tachyon-passphrase.
PHP 8.5 compatibility: Removed deprecated curl_close() calls (no-op since PHP 8.0, deprecated in 8.5).
Docker test config: Fixed container-structure-test paths (/var/lib/snappymail → /var/lib/tachyon) that were causing CI failures.