Bug 463390 - Failed to set IMAP mail server "security settings" in preference window. r=standard8, sr=bienvenu
This commit is contained in:
Родитель
619927adb4
Коммит
36255e2f5b
|
@ -1534,6 +1534,7 @@ nsMsgIncomingServer::GetIsSecure(PRBool *aIsSecure)
|
|||
NS_ENSURE_SUCCESS(rv,rv);
|
||||
*aIsSecure = (socketType == nsIMsgIncomingServer::alwaysUseTLS ||
|
||||
socketType == nsIMsgIncomingServer::useSSL);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче