mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-04 19:57:21 +02:00
1 KiB
1 KiB
1 | # Example file.csv for imapsync massive migration. |
---|---|
2 | # Thanks to http://ss64.com/nt/for_f.html |
3 | # |
4 | # A line beginning with # is a comment thanks to option Win32 eol=# |
5 | # Separator is character ; it can be changed by any character using delims=; |
6 | # Each contains 4 columns, columns are parameters for --user1 --password1 --user2 --password2 |
7 | # |
8 | # This file can be used on Windows with the following line in a batch |
9 | # |
10 | # This file can be used on Unix with the following line in a Bourne shell script |
11 | # |
12 | # |
13 | # |
14 | user001_1;password001_1;user001_2;password001_2 |
15 | user002_1;password002_1;user002_2;password002_2 |
16 | user003_1;password003_1;user003_2;password003_2 |
17 | # Another comment blabla |
18 | user004_1;password004_1;user004_2;password004_2 |
19 | user005_1;password005_1;user005_2;password005_2 |