imapsync/file.csv
Nick Bebout 1b3773e80f 1.456
2011-09-25 15:31:48 -05:00

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#
14user001_1;password001_1;user001_2;password001_2
15user002_1;password002_1;user002_2;password002_2
16user003_1;password003_1;user003_2;password003_2
17# Another comment blabla
18user004_1;password004_1;user004_2;password004_2
19user005_1;password005_1;user005_2;password005_2