Security says why a mail app won't connect, when legacy protocols are off
When the mail server has turned off legacy mail protocols -- IMAP, POP3,
ManageSieve and sending from mail apps -- for this account, whether for
the whole server or for the account's organization, Settings › Security
says so at the top of App passwords, the section people come to when a
phone won't connect:
Your organization allows only {app} and JMAP apps, so phone and desktop
mail apps can't connect to this account.
This is INBUXA's legacy-protocols LP-19. The server reports it per
account as legacyProtocols on the urn:inbuxa:jmap account capability
(contract C-1); anything short of a plain "disabled" -- an older server,
another server, no session yet -- reads as on, so the line never appears
where it isn't true.
The app's name comes from {app}, as everywhere else. Translated into all
nine languages, in the register each catalog already uses.
This commit is contained in:
@@ -929,6 +929,7 @@ export const catalog: Catalog = {
|
||||
"Turn off two-factor authentication": "关闭两步验证",
|
||||
"Your password alone will be enough to sign in again.": "之后仅凭密码即可重新登录。",
|
||||
"App passwords": "应用专用密码",
|
||||
"Your organization allows only {app} and JMAP apps, so phone and desktop mail apps can't connect to this account.": "您的组织只允许使用 {app} 和 JMAP 应用,因此手机和电脑上的邮件应用无法连接到此账户。",
|
||||
"New app password for": "新建应用专用密码,用于",
|
||||
"Your new app password": "您的新应用专用密码",
|
||||
"Secret": "密钥",
|
||||
|
||||
Reference in New Issue
Block a user