mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-25 03:28:16 +02:00
1.684
This commit is contained in:
parent
d0595b7dfd
commit
8d24f07718
110 changed files with 6018 additions and 4489 deletions
|
@ -1,5 +1,5 @@
|
|||
@REM
|
||||
@REM $Id: sync_loop_windows.bat,v 1.13 2015/11/26 20:35:09 gilles Exp gilles $
|
||||
@REM $Id: sync_loop_windows.bat,v 1.14 2016/03/09 01:22:33 gilles Exp gilles $
|
||||
@REM
|
||||
@REM imapsync massive sync example batch for Windows users
|
||||
@REM lines beginning with @REM are just comments
|
||||
|
@ -86,7 +86,7 @@ FOR /F "tokens=1,2,3,4,5,6,7 delims=; eol=#" %%G IN (%csvfile%) DO (
|
|||
|
||||
imapsync ^
|
||||
--host1 %%G --user1 %%H --password1 %%I ^
|
||||
--host2 %%J --user2 %%K --password2 %%L %arguments%
|
||||
--host2 %%J --user2 %%K --password2 %%L %%M %arguments%
|
||||
|
||||
@ECHO ==== Ended imapsync from --host1 %%G --user1 %%H to --host2 %%J --user2 %%K ====
|
||||
@ECHO.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue