Added Gmail/POP3 recent support

This commit is contained in:
M66B
2022-06-08 18:03:42 +02:00
parent db00417fb7
commit 8adf33ce9a
4 changed files with 36 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ public class GmailState {
Log.e(ex);
}
Account account = getAccount(context, user);
Account account = getAccount(context, user.replace("recent:", ""));
if (account == null)
throw new AuthenticatorException("Account not found for " + user);