Skip to content

Instantly share code, notes, and snippets.

@TooKennySupreme
Forked from carlos22/install-imapsync.sh
Created May 30, 2016 11:53
Show Gist options
  • Save TooKennySupreme/c1b45cb1df98b8f64faccdc545fb9c36 to your computer and use it in GitHub Desktop.
Save TooKennySupreme/c1b45cb1df98b8f64faccdc545fb9c36 to your computer and use it in GitHub Desktop.

Revisions

  1. @carlos22 carlos22 revised this gist Apr 14, 2015. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion install-imapsync.sh
    Original file line number Diff line number Diff line change
    @@ -7,4 +7,7 @@ sudo apt-get install makepasswd rcs perl-doc libio-tee-perl git libmail-imapclie
    cd $HOME
    git clone git://github.com/imapsync/imapsync.git --depth 1
    cd imapsync
    sudo make install
    sudo make install

    ## Usage
    # imapsync --host1 server1 -user1 user@server1 --password1 user1password --ssl1 --host2 server2 --user2 user@server2 --password2 user2password --ssl2
  2. @carlos22 carlos22 revised this gist Apr 14, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install-imapsync.sh
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    #!/bin/bash

    apt-get update && apt-get upgrade
    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

  3. @carlos22 carlos22 created this gist Apr 14, 2015.
    10 changes: 10 additions & 0 deletions install-imapsync.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    #!/bin/bash

    apt-get update && 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