Adding ProviderInfo for telus.net

Add the email provider info for Canadian email provider telus.
Also corrected typo in ReadMe.
Thank you, Vidrep!
This commit is contained in:
Humdinger
2016-11-01 19:41:06 +01:00
parent b32f51ce49
commit c0ef51aab5
2 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -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
@@ -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;