Apr 7, 2020

Imapsync on Ubuntu 18.04

Imapsync on Ubuntu 18.04



sudo apt install git rcs make makepasswd cpanminus
sudo apt install libauthen-ntlm-perl libclass-load-perl libcrypt-ssleay-perl liburi-perl libdata-uniqid-perl libdigest-hmac-perl libdist-checkconflicts-perl libfile-copy-recursive-perl libio-compress-perl libio-socket-inet6-perl libio-socket-ssl-perl libio-tee-perl libmail-imapclient-perl libmodule-scandeps-perl libnet-ssleay-perl libpar-packer-perl libreadonly-perl libsys-meminfo-perl libterm-readkey-perl libtest-fatal-perl libtest-mock-guard-perl libtest-pod-perl libtest-requires-perl libtest-simple-perl libunicode-string-perl gcc
sudo cpanm Mail::IMAPClient JSON::WebToken JSON::WebToken::Crypt::RSA Test::MockObject Crypt::OpenSSL::RSA LWP::UserAgent
sudo cpanm Unicode::String Data::Uniqid
sudo perl -e shell -MCPAN
> install CGI
A dependencies test that shows also the basic example:
./imapsync
A live test showing imapsync job:
./imapsync --testslive
Get & install:
git clone https://github.com/imapsync/imapsync.git
cd imapsync
mkdir -p dist
sudo make install
If make: *** [testp] Error 1:
sudo cpanm install --force Crypt::OpenSSL::RSA JSON::WebToken JSON::WebToken::Crypt::RSA LWP::UserAgent Test::MockObject