fix(email): IMAP Security dropdown matches outgoing — no port in label, manual port

Reverts the auto-fill; drops the (993)/(143) from the Security option labels so
incoming behaves exactly like the outgoing SMTP card (plain SSL/TLS vs
STARTTLS, port set manually).
This commit is contained in:
Luca
2026-06-12 14:41:49 +02:00
parent bd402d2e89
commit d04a6978e9
3 changed files with 7 additions and 21 deletions
+2 -2
View File
@@ -2481,8 +2481,8 @@
"host": "IMAP-Host",
"port": "Port",
"security": "Sicherheit",
"ssl": "SSL/TLS (993)",
"plain": "Keine / STARTTLS (143)",
"ssl": "SSL/TLS",
"plain": "Keine / STARTTLS",
"user": "Benutzername",
"pass": "Passwort",
"folder": "Ordner",
+2 -2
View File
@@ -2054,8 +2054,8 @@
"host": "IMAP host",
"port": "Port",
"security": "Security",
"ssl": "SSL/TLS (993)",
"plain": "None / STARTTLS (143)",
"ssl": "SSL/TLS",
"plain": "None / STARTTLS",
"user": "Username",
"pass": "Password",
"folder": "Folder",