Files
jmap-webmail/lib
Matthieu MALVACHE 97ffb72d04 fix(jmap): rewrite session URLs to match user-configured server origin
JMAP servers (e.g. Stalwart behind Docker) may return internal hostnames
in their session response (https://jmap/ instead of the actual server URL).
Replace the origin of all session URLs (apiUrl, downloadUrl, uploadUrl,
eventSourceUrl) with the user-configured server origin, using string
slicing to preserve RFC 6570 template placeholders without encoding.

Fixes #16
2026-02-24 15:17:03 +01:00
..