mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-14 08:01:23 +00:00
Folder not found is unrecoverable
This commit is contained in:
parent
833191f5d1
commit
f5ca8f746d
1 changed files with 2 additions and 1 deletions
|
@ -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 && (
|
||||
|
|
Loading…
Add table
Reference in a new issue