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:
@@ -15,11 +15,11 @@ resource(9, "Username Pattern") 0;
|
|||||||
|
|
||||||
you can pass the following options to the last six items:
|
you can pass the following options to the last six items:
|
||||||
|
|
||||||
"POP Authentification":
|
"POP Authentication":
|
||||||
0 plain text
|
0 plain text
|
||||||
1 APOP
|
1 APOP
|
||||||
|
|
||||||
"SMTP Authentification":
|
"SMTP Authentication":
|
||||||
0 none
|
0 none
|
||||||
1 ESMTP
|
1 ESMTP
|
||||||
2 POP3 before SMTP
|
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;
|
||||||
Reference in New Issue
Block a user