The exact invocation of imapsync I've been using is as follows:
imapsync --nosyncacls --syncinternaldates --regexflag 's/ ?\$\$\$INDEXED###//' --authmech1 PLAIN --ssl1 --host1 $host1 --user1 "$user1" --password1 "$p1" --authmech2 PLAIN --ssl2 --host2 $host2 --user2 "$user2" --password2 "$p2"
I've also tested with --nofastio1 and 2, with no noticeable change in results. |