зеркало из https://github.com/mozilla/pjs.git
don't use cram-md5 for imap unless use secure auth is turned on, r=ch.ey@gmx.net, sr=sspitzer 231303
This commit is contained in:
Родитель
f64f67a002
Коммит
8cd2b5c11e
|
@ -4739,7 +4739,7 @@ void nsImapProtocol::AuthLogin(const char *userName, const char *password, eIMAP
|
|||
char * currentCommand=nsnull;
|
||||
nsresult rv;
|
||||
|
||||
if (flag & kHasCRAMCapability)
|
||||
if (m_useSecAuth && flag & kHasCRAMCapability)
|
||||
{
|
||||
nsresult rv;
|
||||
char *digest;
|
||||
|
|
Загрузка…
Ссылка в новой задаче