Home
last modified time | relevance | path

Searched refs:clientidEnabled (Results 1 – 6 of 6) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DSmtpServer.jsm110 get clientidEnabled() {
112 return this._prefs.getBoolPref("clientidEnabled");
114 return this._defaultPrefs.getBoolPref("clientidEnabled", false);
118 set clientidEnabled(value) {
119 this._prefs.setBoolPref("clientidEnabled", value);
H A DnsSmtpProtocol.cpp288 bool clientidEnabled = false; in Initialize() local
289 if (NS_SUCCEEDED(smtpServer->GetClientidEnabled(&clientidEnabled)) && in Initialize()
290 clientidEnabled) in Initialize()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/public/
H A DnsISmtpServer.idl48 attribute boolean clientidEnabled;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/accountcreation/
H A DCreateInBackend.jsm175 if (outServer.clientidEnabled) {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/public/
H A DnsIMsgIncomingServer.idl88 attribute boolean clientidEnabled;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapProtocol.cpp935 bool clientidEnabled = false; in SetupWithUrl() local
936 if (NS_SUCCEEDED(server->GetClientidEnabled(&clientidEnabled)) && in SetupWithUrl()
937 clientidEnabled) in SetupWithUrl()