fixing comment per bug 258077 comment 31, r=ch.ey

This commit is contained in:
cbiesinger%web.de 2004-09-21 23:04:28 +00:00
Родитель 9f11542a80
Коммит 7e5df58078
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1681,7 +1681,7 @@ PRInt32 nsPop3Protocol::SendPassword()
// "VXNlc" is the begin of the base64 encoded prompt for LOGIN // "VXNlc" is the begin of the base64 encoded prompt for LOGIN
if (m_commandResponse.Compare("VXNlc", PR_FALSE, 5) == 0) 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); ClearCapFlag(POP3_HAS_AUTH_PLAIN);
SetCapFlag(POP3_HAS_AUTH_LOGIN); SetCapFlag(POP3_HAS_AUTH_LOGIN);
m_pop3Server->SetPop3CapabilityFlags(m_pop3ConData->capability_flags); m_pop3Server->SetPop3CapabilityFlags(m_pop3ConData->capability_flags);