You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a large mailbox folder (89k entries) with lots of duplicate messages (courtesy of thunderbird fighting with MS IMAP server).
I'm using offlineimap to create a local maildir clone of the remote folder in which I run a dedup script.
After the dedup removal I re-run offlineimap to sync the remote folder, which results in a huge expunge command that should remove all the duplicated messages from the remote as well.
All of the times the server fails to delete all the messages (I guess because of the large number of messages to process) and offlineimap fails with a abort: command: EXPUNGE => connection terminated error.
The problem is that when I run offlineimap again, it starts downloading from the remote all the duplicated messages that I just removed from local.
It seems like the local status is not rolled back after the expunge failure.
The text was updated successfully, but these errors were encountered:
General informations
offlineimap -V
): offlineimap v7.2.3, imaplib2 v2.57 (system), Python v2.7.18, OpenSSL 1.1.1f 31 Mar 2020Configuration file offlineimaprc
I have a large mailbox folder (89k entries) with lots of duplicate messages (courtesy of thunderbird fighting with MS IMAP server).
I'm using offlineimap to create a local maildir clone of the remote folder in which I run a dedup script.
After the dedup removal I re-run offlineimap to sync the remote folder, which results in a huge expunge command that should remove all the duplicated messages from the remote as well.
All of the times the server fails to delete all the messages (I guess because of the large number of messages to process) and offlineimap fails with a
abort: command: EXPUNGE => connection terminated
error.The problem is that when I run offlineimap again, it starts downloading from the remote all the duplicated messages that I just removed from local.
It seems like the local status is not rolled back after the expunge failure.
The text was updated successfully, but these errors were encountered: