This commit is contained in:
Nick Bebout 2012-04-16 17:31:15 -05:00
parent ae3e0f4870
commit 74ca16d8c6
23 changed files with 404 additions and 2734 deletions

8
imapsync_example.bat.txt Executable file
View file

@ -0,0 +1,8 @@
REM imapsync example batch for Windows users
REM lines beginning with REM are just comments
REM Replace imap.foo.org toto secretoto 192.168.42.4 titi secretiti with your own values
.\imapsync.exe --host1 imap.foo.org --user1 toto --password1 "secretoto" --host2 192.168.42.4 --user2 titi --password2 "secretiti"