1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/W/test3.bat

16 lines
375 B
Batchfile
Raw Normal View History

2013-07-06 00:26:28 +02:00
2018-05-07 16:04:23 +02:00
@REM $Id: test3.bat,v 1.29 2018/02/06 13:12:26 gilles Exp gilles $
2013-09-27 00:00:32 +02:00
cd /D %~dp0
2013-07-06 00:26:28 +02:00
2014-11-19 23:16:16 +01:00
@REM \$1 must be $1 on Windows
2018-05-07 16:04:23 +02:00
.\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
2017-09-23 23:54:48 +02:00
2018-05-07 16:04:23 +02:00
2014-11-19 23:16:16 +01:00
@EXIT
2014-11-19 23:08:41 +01:00
2013-08-04 03:27:37 +02:00
2013-12-30 03:03:13 +01:00
2013-07-06 00:26:28 +02:00