Created
September 8, 2022 16:49
-
-
Save matiasiglesias/9a3aba51c6e87ade7c06e873e0c3f506 to your computer and use it in GitHub Desktop.
Migrar cuentas IMAP de un servidor a otro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imapsync --host1 imap.gmail.com -user1 [email protected] --password1 "contraseñea" --ssl1 --gmail1 --host2 "mail.nuevoservidor.com" --user2 [email protected] --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