mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-08 13:44:31 +02:00
1.580
This commit is contained in:
parent
8f266abab8
commit
6a0efa6bc8
86 changed files with 1747 additions and 28151 deletions
14
examples/install_modules_linux.sh
Normal file
14
examples/install_modules_linux.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $Id: install_modules_linux.sh,v 1.1 2013/11/02 14:00:19 gilles Exp gilles $
|
||||
|
||||
perl -MCPAN -e "install Mail::IMAPClient"
|
||||
perl -MCPAN -e "install Term::ReadKey"
|
||||
perl -MCPAN -e "install IO::Socket::SSL"
|
||||
perl -MCPAN -e "install Digest::HMAC_MD5"
|
||||
perl -MCPAN -e "install URI::Escape"
|
||||
perl -MCPAN -e "install File::Copy::Recursive"
|
||||
|
||||
perl -MCPAN -e "install Data::Uniqid"
|
||||
perl -MCPAN -e "install Authen::NTLM"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue