From 7e5df580782e12e8f64172ae0434e93df46f4f93 Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Tue, 21 Sep 2004 23:04:28 +0000 Subject: [PATCH] fixing comment per bug 258077 comment 31, r=ch.ey --- mailnews/local/src/nsPop3Protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/local/src/nsPop3Protocol.cpp b/mailnews/local/src/nsPop3Protocol.cpp index 40f85292b41..5903f695eb0 100644 --- a/mailnews/local/src/nsPop3Protocol.cpp +++ b/mailnews/local/src/nsPop3Protocol.cpp @@ -1681,7 +1681,7 @@ PRInt32 nsPop3Protocol::SendPassword() // "VXNlc" is the begin of the base64 encoded prompt for LOGIN if (m_commandResponse.Compare("VXNlc", PR_FALSE, 5) == 0) { - // disable and enable LOGIN (in case it's not already enabled) + // disable PLAIN and enable LOGIN (in case it's not already enabled) ClearCapFlag(POP3_HAS_AUTH_PLAIN); SetCapFlag(POP3_HAS_AUTH_LOGIN); m_pop3Server->SetPop3CapabilityFlags(m_pop3ConData->capability_flags);