Back to Changelog
Panel Interface
v4.5.344
Fixes the one-click webmail button being blocked by the browser popup blocker.
New Feature
1- Added an Opening webmail... placeholder shown while the tab loads, translated into all 31 supported languages.
Bug Fix
1- One-click webmail button was blocked by the browser popup blocker: window.open with noopener returned null, and the tab was opened after an await, outside the click gesture window. It now opens the tab synchronously within the click handler and fills the pre-opened tab once the single-use token is ready.