зеркало из https://github.com/mozilla/gecko-dev.git
still try secure auth if login disabled, sr=mscott 307902
This commit is contained in:
Родитель
a72e7f47b2
Коммит
5b45b1ce79
|
@ -7508,7 +7508,7 @@ PRBool nsImapProtocol::TryToLogon()
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GetServerStateParser().GetCapabilityFlag() & kLoginDisabled)
|
if (!m_useSecAuth && GetServerStateParser().GetCapabilityFlag() & kLoginDisabled)
|
||||||
{
|
{
|
||||||
AlertUserEventUsingId(IMAP_LOGIN_DISABLED);
|
AlertUserEventUsingId(IMAP_LOGIN_DISABLED);
|
||||||
// force re-issue of Capability() to make sure login still disabled.
|
// force re-issue of Capability() to make sure login still disabled.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче