mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Added Gmail/POP3 recent support
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user