feat: OAuth app passwords support and Stalwart probe fix
- Fix Stalwart probe and API routes for OAuth by passing Bearer token and JMAP headers from the client-side auth store - Show only App Passwords and Email Client Setup sections for OAuth users, hiding Password Change, Display Name, TOTP, and Encryption - Skip principal/crypto API fetches for OAuth to avoid 403 errors - Add Email Client Setup section with copyable JMAP username Made-with: Cursor
This commit is contained in:
committed by
Linus Rath
parent
649261c386
commit
763abf43b9
@@ -1002,6 +1002,14 @@
|
||||
"enabled": "Encryption at rest enabled",
|
||||
"disabled_success": "Encryption at rest disabled",
|
||||
"error": "Failed to update encryption settings"
|
||||
},
|
||||
"email_client": {
|
||||
"title": "Email Client Setup",
|
||||
"description": "Use these credentials to configure your desktop or mobile email client (Thunderbird, Apple Mail, Outlook, etc.)",
|
||||
"jmap_username_label": "JMAP Username",
|
||||
"copy": "Copy",
|
||||
"copied": "Copied",
|
||||
"password_instructions": "Use your JMAP username above along with an app password to sign in to your email client. Create an app password in the section above if you haven't already."
|
||||
}
|
||||
},
|
||||
"identities": {
|
||||
|
||||
Reference in New Issue
Block a user