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