mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-04 16:01:29 +02:00
1.48
This commit is contained in:
parent
5fd1a57d36
commit
901af35fb8
7 changed files with 71 additions and 10 deletions
2
learn/file.csv
Normal file
2
learn/file.csv
Normal file
|
@ -0,0 +1,2 @@
|
|||
user0001;password0001;user0002;password0002
|
||||
user0011;password0011;user0012;password0012
|
|
6
learn/hugemigr
Normal file
6
learn/hugemigr
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
{while IFS=';' read u1 p1 u2 p2; do
|
||||
imapsync --user1 $u1 --password1 $p1 --user2 $u2 --password2 $p2 ...
|
||||
done ; } < file.csv
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue