mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
18 lines
431 B
Batchfile
18 lines
431 B
Batchfile
|
|
@REM $Id: test4.bat,v 1.3 2014/11/14 17:09:34 gilles Exp gilles $
|
|
cd /D %~dp0
|
|
|
|
REM \$1 must be $1 on Windows
|
|
perl ./imapsync ^
|
|
--host1 p --user1 tata ^
|
|
--passfile1 secret.tata ^
|
|
--host2 p --user2 titi ^
|
|
--passfile2 secret.titi ^
|
|
--justfolders --nofoldersizes --folder "INBOX. blanc_begin" --regextrans2 "s,(\.|^) +,$1,g"
|
|
|
|
EXIT
|
|
|
|
|
|
|
|
|