Sure, I just wasn't sure if that's what you were looking for. It looks something like this:
user to be migrated: user@domain.com
admin user: admin@domain.com
Code:
imapsync --syncinternaldates --server1 server1.domain.com --user1 user@domain.com --authuser1 admin@domain.com --password1 mysecret --server2 server2.domain.com --user2 user@domain.com --authuser2 admin@domain.com --password2 myothersecret
Note: "mysecret" and "myothersecret" are the admin passwords, not the users' passwords
(Make sure you use the --syncinternaldates option with imapsync.. otherwise the emails will show up in the listing in the Zimbra web interface as being "received" on the date you migrated -- thought I'd throw that in as a bonus
)
Hope that helps.