1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 08:12:48 +01:00
imapsync/W/test4.bat

18 lines
431 B
Batchfile
Raw Normal View History

2014-11-19 23:16:16 +01:00
@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