This commit is contained in:
Nick Bebout 2011-03-12 02:44:16 +00:00
parent 2a4d29a7c2
commit 0620694153
7 changed files with 60 additions and 37 deletions

View file

@ -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

View file

@ -1,4 +1,5 @@
# How to remove a message by hand.
telnet imap.truc.com 143
a01 CAPABILITY