View Single Post
  #9 (permalink)  
Old 01-08-2007, 06:09 AM
timschmidt timschmidt is offline
Member
 
Posts: 11
Default

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.
Reply With Quote