mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Retry POP3 sync twice
This commit is contained in:
parent
0fbf31e7c4
commit
d63a9664f8
1 changed files with 2 additions and 1 deletions
|
@ -541,7 +541,8 @@ class Core {
|
|||
EntityOperation.ATTACHMENT.equals(op.name) ||
|
||||
(EntityOperation.ADD.equals(op.name) &&
|
||||
EntityFolder.DRAFTS.equals(folder.type)) ||
|
||||
(EntityOperation.SYNC.equals(op.name) &&
|
||||
(op.tries >= LOCAL_RETRY_MAX &&
|
||||
EntityOperation.SYNC.equals(op.name) &&
|
||||
account.protocol == EntityAccount.TYPE_POP)) {
|
||||
// com.sun.mail.iap.BadCommandException: BAD [TOOBIG] Message too large
|
||||
// com.sun.mail.iap.CommandFailedException: NO [CANNOT] Cannot APPEND to a SPAM folder
|
||||
|
|
Loading…
Reference in a new issue