The E-Mail prefs 'wizard' always set 'APOP' when it's actually only working with 'Plain text' for googlemail.com for me. Didn't touch the gmail.com info, as I can't test that.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40465 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer 2011-02-12 18:33:21 +00:00
parent 41b9586a0a
commit fbd18976e8

View File

@ -1,9 +1,9 @@
resource(1, "POP Server") "pop.googlemail.com"; resource(1, "POP Server") "pop.googlemail.com";
resource(2, "IMAP Server") "imap.googlemail.com"; resource(2, "IMAP Server") "imap.googlemail.com";
resource(3, "SMTP Server") "smtp.googlemail.com"; resource(3, "SMTP Server") "smtp.googlemail.com";
resource(4, "POP Authentication") 1; resource(4, "POP Authentication") 0;
resource(5, "SMTP Authentication") 1; resource(5, "SMTP Authentication") 1;
resource(6, "POP SSL") 1; resource(6, "POP SSL") 0;
resource(7, "IMAP SSL") 1; resource(7, "IMAP SSL") 1;
resource(8, "SMTP SSL") 1; resource(8, "SMTP SSL") 1;
resource(9, "Username Pattern") 0; resource(9, "Username Pattern") 0;