git-annex/doc/tips/imapannex.mdwn
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 401139ff31
2014-01-10 14:33:30 +00:00

25 lines
746 B
Markdown

imapannex 0.2.0
=========
Hook program for gitannex to use imap as backend
# Requirements:
python2
# Install
Clone the git repository in your home folder.
git clone git://github.com/TobiasTheViking/imapannex.git
This should make a ~/imapannex folder
# Setup
Make the file executable, and link it into PATH
cd ~/imapannex; chmod +x git-annex-remote-imap; sudo ln -sf `pwd`/git-annex-remote-imap /usr/local/bin/git-annex-remote-imap
# Commands for gitannex:
USERNAME="username@provider.com" PASSWORD="password" git annex initremote imap type=external externaltype=imap encryption=shared folder=gitannex method="Normal password" ssl="SSL/TLS" host="imap.host.com" port="993"
git annex describe imap "the imap library"