Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Created July 28, 2016 21:08
Show Gist options
  • Save richardsonlima/cec35ca094a08f385c53cbb4b810aaf6 to your computer and use it in GitHub Desktop.
Save richardsonlima/cec35ca094a08f385c53cbb4b810aaf6 to your computer and use it in GitHub Desktop.
sudo apt-get install makepasswd rcs perl-doc libio-tee-perl git libmail-imapclient-perl libdigest-md5-file-perl libterm-readkey-perl libfile-copy-recursive-perl build-essential make automake libunicode-string-perl
git clone git://github.com/imapsync/imapsync.git
sudo cpan
cpan> install Unicode::String
cd imapsync
mkdir dist
sudo make install
imapsync -v
---
Start syncing
imapsync --host1 server1 -user1 user@server1 --password1 user1password --ssl1 --host2 server2 --user2 user@server2 --password2 user2password --ssl2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment