mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-10 14:44:32 +02:00
1.592
This commit is contained in:
parent
428581af1e
commit
459f6a81cb
151 changed files with 10053 additions and 1910 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue