mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-19 13:34:00 +02:00
Skip retrying attachment operations
This commit is contained in:
@@ -467,6 +467,7 @@ class Core {
|
||||
ex.getCause() instanceof MessageRemovedIOException ||
|
||||
ex.getCause() instanceof BadCommandException ||
|
||||
ex.getCause() instanceof CommandFailedException ||
|
||||
EntityOperation.ATTACHMENT.equals(op.name) ||
|
||||
(ConnectionHelper.isIoError(ex) &&
|
||||
EntityFolder.DRAFTS.equals(folder.type) &&
|
||||
EntityOperation.ADD.equals(op.name))) {
|
||||
|
||||
Reference in New Issue
Block a user