fix: rewrite JMAP session URLs to match user-configured server origin

Fixes Docker/reverse proxy deployments where the JMAP server returns
its internal hostname in session URLs, causing all requests after
login to fail.
This commit is contained in:
Matthieu MALVACHE
2026-02-24 15:17:49 +01:00
committed by Matthieu MALVACHE
parent 913f673f73
commit ff3ae80f23
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ This document tracks the development status and planned features for JMAP Webmai
- [x] Session establishment and keep-alive
- [x] Connection error handling and retries
- [x] CORS error detection with actionable user guidance
- [x] Session URL origin rewriting (fixes Docker/reverse proxy deployments where server returns internal hostname)
- [x] Storage quota display
- [x] Server capability detection
- [x] Shared folders support (multi-account access)