mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-28 03:36:45 +02:00
Undo
This commit is contained in:
@@ -1585,10 +1585,10 @@ public class Log {
|
||||
ex.getCause().getMessage().contains("User is authenticated but not connected"))
|
||||
return null;
|
||||
|
||||
if (ex instanceof MessagingException &&
|
||||
ex.getMessage() != null &&
|
||||
ex.getMessage().startsWith("OAuth refresh"))
|
||||
return null;
|
||||
//if (ex instanceof MessagingException &&
|
||||
// ex.getMessage() != null &&
|
||||
// ex.getMessage().startsWith("OAuth refresh"))
|
||||
// return null;
|
||||
|
||||
if (ex instanceof IOException &&
|
||||
ex.getCause() instanceof MessageRemovedException)
|
||||
|
||||
Reference in New Issue
Block a user