mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
16 lines
375 B
Batchfile
Executable File
16 lines
375 B
Batchfile
Executable File
|
|
@REM $Id: test3.bat,v 1.29 2018/02/06 13:12:26 gilles Exp gilles $
|
|
cd /D %~dp0
|
|
|
|
@REM \$1 must be $1 on Windows
|
|
|
|
.\imapsync.exe --host1 p --user1 tata --passfile1 secret.tata --host2 p --user2 titi --passfile2 secret.titi ^
|
|
--folder "INBOX.blanc middle" --automap --f1f2 "INBOX.blanc middle=INBOX.blanc middle" --dry
|
|
|
|
|
|
@EXIT
|
|
|
|
|
|
|
|
|