Hi does anyone have experience with migrating emails from google / gmail to the server?
I am trying imapsync but I am having problems and I cannot manage it
I use this string
imapsync --host1 imap.google.com ( ip ) --compress1 --user1 user@domain.ext --password1 "password" --host2 mail.domain.ext --nosslcheck2 --nossl2 --notls2 --user2 user@domain.ext --password2 "password" \
--automap --skipcrossduplicates --addheader --useheader 'Message-Id' --syncinternaldates --nofoldersizes --nofoldersizesatend --no-modulesversion --nolog --folderlast '[Gmail]/All Mail' --f1f2 '[Gmail]/All Mail=Archive'
Can anyone help me ?