mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-03 23:41:52 +02:00
21 lines
1 KiB
Batchfile
Executable file
21 lines
1 KiB
Batchfile
Executable file
|
|
REM $Id: test2.bat,v 1.2 2011/05/16 16:41:47 gilles Exp gilles $
|
|
|
|
cd C:\msys\1.0\home\Admin\imapsync
|
|
REM perl ./imapsync --host1 p --user1 tata --passfile1 secret.tata --host2 p --user2 titi --passfile2 secret.titi --delete2 --expunge2 --folder INBOX
|
|
REM perl ./imapsync --host1 p --user1 tata --passfile1 secret.tata --host2 p --user2 titi --passfile2 secret.titi --delete2 --expunge1 --expunge2 --folder INBOX --usecache
|
|
|
|
|
|
|
|
|
|
REM imapsync --host1 p --user1 tata --passfile1 secret.tata --host2 p --user2 titi --passfile2 secret.titi --justfolders --nofoldersize --folder INBOX.yop.yap --sep1 / --regextrans2 "s,/,_,"
|
|
REM imapsync --host1 p --user1 tata --passfile1 secret.tata --host2 p --user2 titi --passfile2 secret.titi --nofoldersize --folder INBOX.yop.yap --regexflag 's/\\Answered//g' --debug > out.txt
|
|
|
|
REM perl imapsync --version
|
|
REM perl imapsync --tests_debug
|
|
|
|
imapsync.exe ^
|
|
--host1 p --user1 big1 --passfile1 secret.big1 ^
|
|
--host2 p --user2 big2 --passfile2 secret.big2 ^
|
|
--folder INBOX.bigmail
|
|
|