Fixed telus.net ProviderInfo

I apparently managed to bungle entering the supplied data...
Typical off-by-one error... :)
This commit is contained in:
Humdinger
2016-11-02 18:47:45 +01:00
parent 070c8b72c7
commit 1649750c5d
@@ -2,7 +2,7 @@ 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(5, "SMTP Authentication") 0;
resource(6, "POP SSL") 0;
resource(7, "IMAP SSL") 0;
resource(8, "SMTP SSL") 0;