You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Improve OAuth token refresh error handling and state management
Enhanced error handling for OAuth token refresh failures across all email
clients (Gmail, Outlook, IMAP) with better state management and notification
controls.
Copy file name to clipboardExpand all lines: views/accounts/account.hbs
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,8 @@
243
243
<ddclass="col-sm-9">
244
244
{{#ifaccount.isApi}}
245
245
{{#ifaccount.sendOnly}}
246
-
API <spanclass="badge badge-info"style="cursor:default;"data-toggle="popover"data-trigger="hover"data-content="This account can only send emails. It does not have read access to the mailbox.">Send-only</span>
246
+
API <spanclass="badge badge-info"style="cursor:default;"data-toggle="popover"data-trigger="hover"
247
+
data-content="This account can only send emails. It does not have read access to the mailbox.">Send-only</span>
0 commit comments