mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-22 18:25:54 +02:00
1.136
This commit is contained in:
parent
2a4d29a7c2
commit
0620694153
7 changed files with 60 additions and 37 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
{while IFS=';' read u1 p1 u2 p2; do
|
||||
imapsync --user1 $u1 --password1 $p1 --user2 $u2 --password2 $p2 ...
|
||||
imapsync --user1 "$u1" --password1 "$p1" --user2 "$u2" --password2 "$p2" ...
|
||||
done ; } < file.csv
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
# How to remove a message by hand.
|
||||
telnet imap.truc.com 143
|
||||
|
||||
a01 CAPABILITY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue