1 The provider database is simply a collection of files with attributes. To add
2 new provider to the image rdef files are used. In the jam file you have to add
3 the new provider name. Here an example rdef file:
5 resource(1, "POP Server") "pop.gmx.net";
6 resource(2, "IMAP Server") "imap.gmx.net";
7 resource(3, "SMTP Server") "mail.gmx.de";
8 resource(4, "POP Authentication") 0;
9 resource(5, "SMTP Authentication") 1;
10 resource(6, "POP SSL") 0;
11 resource(7, "IMAP SSL") 0;
12 resource(8, "SMTP SSL") 0;
13 resource(9, "Username Pattern") 0;
16 you can pass the following options to the last six items:
18 "POP Authentification":
22 "SMTP Authentification":
41 0 username is the email address (default)
42 1 username is the local-part of the email address local-part@domain.net
43 2 no username is proposed