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

15 lines
361 B
Batchfile
Raw Normal View History

2013-07-06 00:26:28 +02:00
2016-09-19 17:17:24 +02:00
@REM $Id: test3.bat,v 1.24 2016/08/05 14:22:42 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
2016-01-22 17:52:28 +01:00
@REM ==== password within double-quotes
2016-09-19 17:17:24 +02:00
perl ./imapsync --host1 p --user1 tata --passfile1 secret.tata --host2 p --user2 titi --passfile2 secret.titi ^
--debugimap2 --debugcontent --folder INBOX --maxage 1
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