imapsync/learn/hugemigr
Nick Bebout 901af35fb8 1.48
2011-03-12 02:43:49 +00:00

6 lines
140 B
Bash

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