mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Cancel POP3 sync on error
This commit is contained in:
@@ -536,7 +536,9 @@ class Core {
|
||||
EntityOperation.RAW.equals(op.name) ||
|
||||
EntityOperation.ATTACHMENT.equals(op.name) ||
|
||||
(EntityOperation.ADD.equals(op.name) &&
|
||||
EntityFolder.DRAFTS.equals(folder.type))) {
|
||||
EntityFolder.DRAFTS.equals(folder.type)) ||
|
||||
(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
|
||||
// com.sun.mail.iap.CommandFailedException: NO [ALERT] Cannot MOVE messages out of the Drafts folder
|
||||
|
||||
Reference in New Issue
Block a user