mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-25 00:01:15 +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.