2014-11-19 23:16:16 +01:00
|
|
|
@REM
|
2012-12-29 01:43:39 +01:00
|
|
|
|
2016-01-22 17:52:28 +01:00
|
|
|
@REM $Id: test_exe_2.bat,v 1.9 2015/12/14 15:15:01 gilles Exp gilles $
|
2012-12-29 01:43:39 +01:00
|
|
|
|
2014-11-19 23:16:16 +01:00
|
|
|
@REM cd C:\msys\1.0\home\Admin\imapsync
|
|
|
|
cd /D %~dp0
|
|
|
|
|
|
|
|
@REM imapsync.exe --host1 p --user1 toto --passfile1 secret.toto --host2 p --user2 titi --passfile2 secret.titi
|
|
|
|
@REM .\imapsync.exe --host1 p --user1 tata --passfile1 secret.tata --host2 p --user2 titi --passfile2 secret.titi
|
|
|
|
|
2015-05-28 19:04:57 +02:00
|
|
|
@REM .\imapsync.exe --host1 p --user1 tata --passfile1 secret.tata --host2 p --user2 titi --passfile2 secret.titi ^
|
|
|
|
@REM --foldersizes --usecache --folder "INBOX.[bracket]" --debugcache
|
2014-11-19 23:16:16 +01:00
|
|
|
|
2015-05-28 19:04:57 +02:00
|
|
|
@REM .\imapsync.exe --host1 p --user1 tata --passfile1 secret.tata --host2 p --user2 titi --passfile2 secret.titi ^
|
2014-11-19 23:16:16 +01:00
|
|
|
@REM --dry --nofoldersizes --regextrans2 "s,(.*),\L$1," --justfolders
|
2015-05-28 19:04:57 +02:00
|
|
|
|
|
|
|
@REM .\imapsync.exe --testslive
|
2015-08-04 03:44:40 +02:00
|
|
|
@REM perl .\imapsync --tests
|
|
|
|
|
|
|
|
@REM .\imapsync.exe --testslive --authmech2 XOAUTH2
|
2016-01-22 17:52:28 +01:00
|
|
|
.\imapsync.exe --host1 p --user1 tata --passfile1 secret.tata --host2 imap.gmail.com --ssl2 --user2 gilles.lamiral@gmail.com --passfile2 secret.gilles_gmail --authmech2 XOAUTH2
|
2015-08-04 03:44:40 +02:00
|
|
|
|
2016-01-22 17:52:28 +01:00
|
|
|
@REM .\imapsync.exe --host1 mail2.name-services.com --user1 jessica@champlaindoor.com --passfile1 secret.mail2World --host2 mail.emailsrvr.com --user2 jessica@champlaindoor.com --passfile2 secret.mail2World --sep1 / --prefix1 "" --noabletosearch --fetch_hash_set "1:*" --delete2duplicates
|