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

7 lines
149 B
Plaintext
Raw Normal View History

2011-03-12 03:43:49 +01:00
#!/bin/sh
2011-03-12 03:44:35 +01:00
{ while IFS=';' read u1 p1 u2 p2; do
2011-03-12 03:44:16 +01:00
imapsync --user1 "$u1" --password1 "$p1" --user2 "$u2" --password2 "$p2" ...
2011-03-12 03:43:49 +01:00
done ; } < file.csv