mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-24 08:01:19 +00:00
When Stalwart returns session URLs with explicit :443 port, the URL parser normalizes it out but the original string keeps it, causing string slicing to produce wrong offsets. Now extracts the path by finding the first / after // instead of relying on origin length.