1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 08:12:48 +01:00
imapsync/learn/hugemigr
Nick Bebout 6576e43299 1.233
2011-03-12 02:44:35 +00:00

7 lines
149 B
Bash
Executable File

#!/bin/sh
{ while IFS=';' read u1 p1 u2 p2; do
imapsync --user1 "$u1" --password1 "$p1" --user2 "$u2" --password2 "$p2" ...
done ; } < file.csv