mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Limit BODY retries
This commit is contained in:
@@ -586,6 +586,8 @@ class Core {
|
||||
MessageHelper.isRemoved(ex) ||
|
||||
EntityOperation.HEADERS.equals(op.name) ||
|
||||
EntityOperation.RAW.equals(op.name) ||
|
||||
(op.tries >= LOCAL_RETRY_MAX &&
|
||||
EntityOperation.BODY.equals(op.name)) ||
|
||||
EntityOperation.ATTACHMENT.equals(op.name) ||
|
||||
((op.tries >= LOCAL_RETRY_MAX || attachments > 0) &&
|
||||
EntityOperation.ADD.equals(op.name) &&
|
||||
|
||||
Reference in New Issue
Block a user