I’ve used OfflineIMAP for quite a while now. On the whole I’m fairly happy with it. Today I sent this to the list:
Forgive the potentially bad python, not my native tongue :)
This patch is motivated by three things:
- offlineimap is extremely slow at syncing lots of locally
deleted
messages
- offlineimap uses lots of memory
- LocalStatus files aren’t written safely (a hard crash can
cause
corruption)
- I’ve been
bitten by this in the past, causing a complete resync of
the folder… so I get duplicate messages.
I am currently using 4.0.14 (from Debian) with this patch. I used
it to
convert the files and everything. Seems quite reliable and quick.
In my tests, execution time for a normal sync is relatively the same.
Execution …
[Read more]