Skip to content

Commit

Permalink
fix(app-password): Add T-Online to providers needing an app password (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcKoester authored Aug 12, 2024
1 parent f687aa1 commit 823939b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/autodetect-imap-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ const APP_PASSWORDS = [
instructions:
'https://support.microsoft.com/en-us/account-billing/using-app-passwords-with-apps-that-don-t-support-two-step-verification-5896ed9b-4263-e681-128a-a6f2979a7944'
}
},

{
trigger: {
exchange: /\.t-online\.de$/i
},
value: {
required: true,
provider: 'T-Online',
instructions:
'https://www.telekom.de/hilfe/apps-dienste/e-mail/programme/passwort-definition'
}
}
];

Expand Down

0 comments on commit 823939b

Please sign in to comment.