mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Undo
This commit is contained in:
parent
45937ae10b
commit
36241f5d5b
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue