Skip to content

Instantly share code, notes, and snippets.

@moay
Forked from dsoares/imapsync.md
Last active June 29, 2023 05:51
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save moay/7ddec7c53dde49faf84dba511b9d87e0 to your computer and use it in GitHub Desktop.
Save moay/7ddec7c53dde49faf84dba511b9d87e0 to your computer and use it in GitHub Desktop.
Install and use imapsync in Mac OS X

Install and use imapsync in Mac OS X

brew install imapsync

Run (without ssl)

imapsync --host1 imap.from.server --user1 foo --password1 secret1 --host2 imap.dest.server --user2 bar --password2 secret2

Run (with ssl)

imapsync --host1 imap.from.server --user1 foo --password1 secret1 --host2 imap.dest.server --user2 bar --password2 secret2 --ssl1 --ssl2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment