mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-07 21:25:23 +02:00
1.584
This commit is contained in:
parent
6a0efa6bc8
commit
7d2043f95f
22 changed files with 1420 additions and 937 deletions
10
examples/imapsync_example.sh
Normal file
10
examples/imapsync_example.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# imapsync example shell for Unix users
|
||||
# lines beginning with # are just comments
|
||||
|
||||
# Replace imap.foo.org toto secretoto 192.168.42.4 titi secretiti with your own values
|
||||
|
||||
./imapsync --host1 imap.foo.org --user1 toto --password1 "secretoto" \
|
||||
--host2 192.168.42.4 --user2 titi --password2 "secretiti"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue