Skip to content

Instantly share code, notes, and snippets.

@javierprovecho
Forked from carlos22/install-imapsync.sh
Last active September 19, 2015 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javierprovecho/477c16c24746befffffb to your computer and use it in GitHub Desktop.
Save javierprovecho/477c16c24746befffffb to your computer and use it in GitHub Desktop.
Install imapsync on Ubuntu 14.04 (trusty)
#!/bin/bash
sudo apt-get update && sudo apt-get upgrade
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
cd $HOME
git clone git://github.com/imapsync/imapsync.git --depth 1
cd imapsync
sudo make install
## Usage
# 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