Updated links

pull/156/head
M66B 5 years ago
parent da530944d4
commit 4e72ae5a16

@ -1563,6 +1563,7 @@ For the correct settings, see [here](https://help.yahoo.com/kb/SLN4075.html).
You might need to enable "*less secure sign in*" for "*outdated*" apps,
see [here](https://help.yahoo.com/kb/grant-temporary-access-outdated-apps-account-settings-sln27791.html).
You can directly access this setting [here](https://login.yahoo.com/account/security#less-secure-apps).
Note that FairEmail is using the standard [IMAP protocol](https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol), which is really not outdated.

@ -410,12 +410,12 @@ public class EmailProvider {
private static EmailProvider addSpecials(Context context, EmailProvider provider) {
if ("imap.gmail.com".equals(provider.imap_host))
addDocumentation(provider,
"https://www.google.com/settings/security/lesssecureapps",
"https://github.com/M66B/open-source-email/blob/master/FAQ.md#user-content-faq6",
context.getString(R.string.title_setup_setting_gmail));
if (provider.imap_host.endsWith("yahoo.com"))
addDocumentation(provider,
"https://login.yahoo.com/account/security#less-secure-apps",
"https://github.com/M66B/open-source-email/blob/master/FAQ.md#user-content-faq88",
context.getString(R.string.title_setup_setting_yahoo));
return provider;

Loading…
Cancel
Save