feat: add support for custom JMAP server endpoints in login and settings

This commit is contained in:
Linus Rath
2026-03-29 00:47:35 +01:00
parent 60b2cf5911
commit 99d5276cfa
7 changed files with 58 additions and 5 deletions
+3
View File
@@ -5,6 +5,9 @@
"username_placeholder": "user@example.com",
"password_label": "Password",
"password_placeholder": "Enter your password",
"jmap_endpoint_label": "JMAP Server",
"jmap_endpoint_placeholder": "https://mail.example.com",
"jmap_endpoint_cors_hint": "The server must allow CORS requests from this domain.",
"sign_in": "Sign in",
"signing_in": "Signing in...",
"loading": "Loading...",