1
0
Fork 0
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:
M66B 2019-06-24 08:35:13 +02:00
parent 833191f5d1
commit f5ca8f746d

View file

@ -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 && (