Skip to content

v3.2.2

Latest

Choose a tag to compare

@kimusan kimusan released this 11 Jul 20:30
· 3 commits to master since this release

Bug fixes

  • 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.