diff --git a/src/preferences/mail/ProviderInfo/ReadMe b/src/preferences/mail/ProviderInfo/ReadMe index cf0d9033cd..0796821047 100644 --- a/src/preferences/mail/ProviderInfo/ReadMe +++ b/src/preferences/mail/ProviderInfo/ReadMe @@ -15,11 +15,11 @@ resource(9, "Username Pattern") 0; you can pass the following options to the last six items: -"POP Authentification": +"POP Authentication": 0 plain text 1 APOP -"SMTP Authentification": +"SMTP Authentication": 0 none 1 ESMTP 2 POP3 before SMTP diff --git a/src/preferences/mail/ProviderInfo/telus.net.rdef b/src/preferences/mail/ProviderInfo/telus.net.rdef new file mode 100644 index 0000000000..bf49da7a54 --- /dev/null +++ b/src/preferences/mail/ProviderInfo/telus.net.rdef @@ -0,0 +1,9 @@ +resource(1, "POP Server") "pop.telus.net"; +resource(2, "IMAP Server") "imap.telus.net"; +resource(3, "SMTP Server") "smtp.telus.net"; +resource(4, "POP Authentication") 0; +resource(5, "SMTP Authentication") 1; +resource(6, "POP SSL") 0; +resource(7, "IMAP SSL") 0; +resource(8, "SMTP SSL") 0; +resource(9, "Username Pattern") 1;