On Mon, Mar 16, 2020 at 12:02:59AM +0100, rmz wrote:
When moving or creating an email on the local side, after each sync
that email will start to get duplicated.
you clearly have a broken imap server that incorrectly responds to the
query
tag uid fetch * (uid)
it should return the uid of the last message in the box, but returns
nothing.
for comparison, issue
tag uid fetch *:* (uid)
which is what isync did previously (but it's nonsense to do that).
note that these commands work only when a box is selected (and therefore
you're also authenticated).
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel