mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Folder not found is unrecoverable
This commit is contained in:
@@ -2203,7 +2203,8 @@ class Core {
|
||||
ex.getCause() instanceof ConnectionException))
|
||||
recoverable = false;
|
||||
|
||||
if (ex instanceof FolderClosedException)
|
||||
if (ex instanceof FolderClosedException ||
|
||||
ex instanceof FolderNotFoundException)
|
||||
recoverable = false;
|
||||
|
||||
if (ex instanceof IllegalStateException && (
|
||||
|
||||
Reference in New Issue
Block a user