Skip to content

Instantly share code, notes, and snippets.

@matiasiglesias
Created September 8, 2022 16:49
Show Gist options
  • Save matiasiglesias/9a3aba51c6e87ade7c06e873e0c3f506 to your computer and use it in GitHub Desktop.
Save matiasiglesias/9a3aba51c6e87ade7c06e873e0c3f506 to your computer and use it in GitHub Desktop.
Migrar cuentas IMAP de un servidor a otro
imapsync --host1 imap.gmail.com -user1 usuario@gmail.com --password1 "contraseñea" --ssl1 --gmail1 --host2 "mail.nuevoservidor.com" --user2 usuario@nuevoservidor.com --password2 "contraseña" --ssl2 --useheader Message-ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment