mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-24 08:01:19 +00:00
The context menu's "Move to folder" submenu was practically unusable: scroll events inside the folder list closed the entire menu, and moving the mouse from the trigger to the submenu dismissed it instantly. Additionally, the JMAP moveEmail call silently discarded server errors and always used the primary account ID, causing moves to appear to succeed locally while the server rejected them. Closes root-fr/jmap-webmail#19