1The provider database is simply a collection of files with attributes. To add 2new provider to the image rdef files are used. In the jam file you have to add 3the new provider name. Here an example rdef file: 4 5resource(1, "Provider") "gmx.de"; 6resource(2, "POP Server") "pop.gmx.net"; 7resource(3, "IMAP Server") "imap.gmx.net"; 8resource(4, "SMTP Server") "mail.gmx.de"; 9resource(5, "POP Authentification") 0; 10resource(6, "SMTP Authentification") 0; 11resource(7, "Username Pattern") 0; 12 13 14you can pass the following options to the last three items: 15 16"POP Authentification": 17 0 plain text 18 1 APOP 19 20"SMTP Authentification": 21 0 none 22 1 ESMTP 23 2 POP3 before SMTP 24 25"Username Pattern": 26 0 username is the email address (default) 27 1 username is the local-part of the email address local-part@domain.net 28 2 no username is proposed 29