Skip to content

Instantly share code, notes, and snippets.

@paul-hph
Last active March 8, 2017 15:13
Show Gist options
  • Save paul-hph/63d1f8ff1f408c9a9e8922435c8ba9b0 to your computer and use it in GitHub Desktop.
Save paul-hph/63d1f8ff1f408c9a9e8922435c8ba9b0 to your computer and use it in GitHub Desktop.
// Install Homebrew: https://brew.sh/index_de.html
// brew install imapsync
imapsync \
--host1 sourcedomain.com --ssl1 --user1 info@domain.com --password1 XXXXXXXX \
--host2 targetdomain.com --ssl1 --user2 info@targetdomain.com --password2 XXXXXXXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment