This commit is contained in:
Nick Bebout 2014-02-13 11:34:20 -06:00
parent 6a0efa6bc8
commit 7d2043f95f
22 changed files with 1420 additions and 937 deletions

View file

@ -0,0 +1,10 @@
#!/bin/sh
# imapsync example shell for Unix users
# lines beginning with # are just comments
# Replace imap.foo.org toto secretoto 192.168.42.4 titi secretiti with your own values
./imapsync --host1 imap.foo.org --user1 toto --password1 "secretoto" \
--host2 192.168.42.4 --user2 titi --password2 "secretiti"