1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/examples/imapsync_example.bat
Nick Bebout c14f2f1c6b 1.536
2013-04-22 14:50:50 -05:00

11 lines
337 B
Batchfile

REM imapsync example batch for Windows users
REM lines beginning with REM are just comments
REM Replace imap.foo.org toto secretoto 192.168.42.4 titi secretiti with your own values
.\imapsync.exe --host1 imap.foo.org --user1 toto --password1 "secretoto" --host2 192.168.42.4 --user2 titi --password2 "secretiti"
PAUSE