This commit is contained in:
Nick Bebout 2014-05-29 20:56:21 -05:00
parent 428581af1e
commit 459f6a81cb
151 changed files with 10053 additions and 1910 deletions

View file

@ -1,10 +1,14 @@
@REM $Id: imapsync_example.bat,v 1.6 2014/05/29 23:43:09 gilles Exp gilles $
REM imapsync example batch for Windows users
REM lines beginning with REM are just comments
@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
@REM Replace below the 6 parameters "imap.side1.org" "toto" "secretoto" "192.168.42.4" "titi" "titi secret"
@REM with your own values
@REM Double quotes are necessary if a value contain one or more blanks.
.\imapsync.exe --host1 imap.foo.org --user1 toto --password1 "secretoto" --host2 192.168.42.4 --user2 titi --password2 "secretiti"
.\imapsync.exe --host1 imap.side1.org --user1 toto --password1 "secretoto" ^
--host2 192.168.42.4 --user2 titi --password2 "titi secret"
PAUSE
@PAUSE