mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Ignore bad notification posted
This commit is contained in:
@@ -372,6 +372,9 @@ public class ApplicationEx extends Application {
|
||||
if (ex instanceof NoSuchMethodError)
|
||||
return false;
|
||||
|
||||
if (ex.getMessage() != null && ex.getMessage().startsWith("Bad notification posted"))
|
||||
return false;
|
||||
|
||||
if (ex instanceof TimeoutException &&
|
||||
ex.getMessage() != null &&
|
||||
ex.getMessage().startsWith("com.sun.mail.imap.IMAPStore.finalize"))
|
||||
|
||||
Reference in New Issue
Block a user