Home
last modified time | relevance | path

Searched refs:msgUrl (Results 1 – 25 of 42) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsMailboxService.cpp126 msgUrl->SetMsgWindow(aMsgWindow); in CopyMessages()
147 nsCOMPtr<nsIMsgMailNewsUrl> msgUrl; in FetchMessage() local
166 msgUrl = do_QueryInterface(url); in FetchMessage()
167 if (msgUrl) { in FetchMessage()
168 msgUrl->SetMsgWindow(aMsgWindow); in FetchMessage()
196 msgUrl = do_QueryInterface(url); in FetchMessage()
197 msgUrl->SetMsgWindow(aMsgWindow); in FetchMessage()
238 msgUrl->SetMsgWindow(aMsgWindow); in FetchMimePart()
353 if (msgUrl) { in SaveMessageToDisk()
354 msgUrl->SetMessageFile(aFile); in SaveMessageToDisk()
[all …]
H A DnsMailboxProtocol.cpp126 nsCOMPtr<nsIMsgMessageUrl> msgUrl = in Initialize() local
131 rv = msgUrl->GetMessageHeader(getter_AddRefs(msgHdr)); in Initialize()
283 nsCOMPtr<nsIMsgMessageUrl> msgUrl = in OnStopRequest() local
285 if (msgUrl) { in OnStopRequest()
286 msgUrl->SetOriginalSpec(uri); in OnStopRequest()
287 msgUrl->SetUri(uri); in OnStopRequest()
414 nsCOMPtr<nsIMsgMessageUrl> msgUrl = do_QueryInterface(m_runningUrl, &rv); in SetupMessageExtraction() local
416 rv = msgUrl->GetMessageHeader(getter_AddRefs(msgHdr)); in SetupMessageExtraction()
449 nsCOMPtr<nsIMsgMailNewsUrl> msgUrl = in LoadUrl() local
454 rv = msgUrl->GetQuery(queryStr); in LoadUrl()
/dports/security/lasso/lasso-2.7.0/bindings/python/tests/
H A Dprofiles_tests.py156 authnRequestUrl = spLogin.msgUrl
157 authnRequestQuery = spLogin.msgUrl[spLogin.msgUrl.index('?') + 1:]
202 authnRequestUrl = spLogin.msgUrl
203 authnRequestQuery = spLogin.msgUrl[spLogin.msgUrl.index('?') + 1:]
244 idp_login.initRequest(sp_login.msgUrl.split('?')[1], lasso.HTTP_METHOD_ARTIFACT_GET)
269 idp_login.processAuthnRequestMsg(sp_login.msgUrl.split('?')[1])
298 idp_login.processAuthnRequestMsg(sp_login.msgUrl.split('?')[1])
469 assert aq.msgUrl
H A Didwsf2_tests.py217 query = sp_login.msgUrl.split('?')[1]
243 query = idp_login.msgUrl.split('?')[1]
302 self.failUnlessEqual(wsp_disco.msgUrl, idpSoapEndpoint)
342 self.failUnless(idp_disco.msgUrl is None)
387 self.failUnlessEqual(wsp_disco.msgUrl, idpSoapEndpoint)
411 self.failUnless(idp_disco.msgUrl is None)
464 self.failUnlessEqual(wsp_disco.msgUrl, idpSoapEndpoint)
496 self.failUnless(idp_disco.msgUrl is None)
519 self.failUnlessEqual(wsp_disco.msgUrl, idpSoapEndpoint)
559 self.failUnless(idp_disco.msgUrl is None)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/news/src/
H A DnsNntpService.cpp105 nsCOMPtr<nsIMsgMessageUrl> msgUrl = do_QueryInterface(url); in NS_IMPL_ISUPPORTS() local
106 if (msgUrl) { in NS_IMPL_ISUPPORTS()
108 msgUrl->SetAddDummyEnvelope(aAddDummyEnvelope); in NS_IMPL_ISUPPORTS()
109 msgUrl->SetCanonicalLineEnding(canonicalLineEnding); in NS_IMPL_ISUPPORTS()
379 msgUrl->SetMsgWindow(aMsgWindow); in FetchMimePart()
394 return RunNewsUrl(msgUrl, aMsgWindow, aDisplayConsumer); in FetchMimePart()
419 msgUrl->SetMsgWindow(aMsgWindow); in OpenAttachment()
847 msgUrl->SetUri(originalMessageUri); in ConstructNntpUrl()
850 rv = msgUrl->SetOriginalSpec(originalMessageUri); in ConstructNntpUrl()
1009 if (msgUrl) msgUrl->SetMsgIsInLocalCache(hasMsgOffline);
[all …]
H A DnsNNTPProtocol.cpp359 nsCOMPtr<nsIMsgMessageUrl> msgUrl(do_QueryInterface(m_runningURL)); in Initialize() local
360 if (msgUrl) { in Initialize()
362 msgUrl->GetMessageHeader(getter_AddRefs(msgHdr)); in Initialize()
568 rv = msgUrl->GetQuery(queryStr); in SetupPartExtractorListener()
1140 nsCOMPtr<nsIMsgMessageUrl> msgUrl = do_QueryInterface(m_runningURL, &rv); in ParseURL() local
1143 nsCOMPtr<nsIMsgMailNewsUrl> mailnewsUrl = do_QueryInterface(msgUrl, &rv); in ParseURL()
1147 rv = msgUrl->GetOriginalSpec(spec); in ParseURL()
3344 nsCOMPtr<nsIMsgMailNewsUrl> msgUrl(do_QueryInterface(m_runningURL)); in DoCancel() local
3345 rv = GetPromptDialogFromUrl(msgUrl, getter_AddRefs(dialog)); in DoCancel()
4440 nsCOMPtr<nsIMsgMailNewsUrl> msgUrl(do_QueryInterface(m_runningURL)); in AlertError() local
[all …]
/dports/net/mailimporter/mailimporter-21.12.3/src/mailimporterakonadi/
H A Dfilterimporterakonadi.cpp83 QUrl msgUrl = QUrl::fromLocalFile(msgPath); in importMessage() local
84 if (!msgUrl.isEmpty() && msgUrl.isLocalFile()) { in importMessage()
85 QFile f(msgUrl.toLocalFile()); in importMessage()
127 qCWarning(MAILIMPORTERAKONADI_LOG) << "Url is not temporary file: " << msgUrl; in importMessage()
/dports/security/lasso/lasso-2.7.0/bindings/php5/tests/
H A Dprofile_tests.php144 assert(! is_null($spLogin->msgUrl));
145 assert($spLogin->msgUrl != "");
159 list($urlBase, $authnRequestQuery) = split("\?", $spLogin->msgUrl, 2);
/dports/security/lasso/lasso-2.7.0/bindings/php7/tests/
H A Dprofile_tests.php144 assert(! is_null($spLogin->msgUrl));
145 assert($spLogin->msgUrl != "");
159 list($urlBase, $authnRequestQuery) = explode("?", $spLogin->msgUrl, 2);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/src/
H A DCalMimeConverter.jsm51 let msgUrl = this.uri.QueryInterface(Ci.nsIMsgMailNewsUrl);
52 msgWindow = msgUrl.msgWindow;
53 itipItem.sender = msgUrl.mimeHeaders.extractHeader("From", false);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgMailNewsUrl.cpp183 nsCOMPtr<nsIMsgMessageUrl> msgUrl; in GetOrigin() local
184 QueryInterface(NS_GET_IID(nsIMsgMessageUrl), getter_AddRefs(msgUrl)); in GetOrigin()
187 if (!msgUrl || NS_FAILED(msgUrl->GetNormalizedSpec(spec))) { in GetOrigin()
493 nsCOMPtr<nsIMsgMessageUrl> msgUrl; in SetSpecInternal() local
494 QueryInterface(NS_GET_IID(nsIMsgMessageUrl), getter_AddRefs(msgUrl)); in SetSpecInternal()
497 if (!msgUrl || NS_FAILED(msgUrl->GetNormalizedSpec(normalizedSpec))) { in SetSpecInternal()
899 nsCOMPtr<nsIMsgMessageUrl> msgUrl = do_QueryInterface(uri); in OnDataAvailable() local
900 if (msgUrl) msgUrl->GetCanonicalLineEnding(&useCanonicalEnding); in OnDataAvailable()
H A DnsMsgStatusFeedback.cpp113 nsCOMPtr<nsIMsgMessageUrl> msgUrl = do_QueryInterface(mailnewsUrl); in OnStateChange() local
114 if (msgUrl) { in OnStateChange()
116 (void)msgUrl->GetMessageHeader(getter_AddRefs(msgHdr)); in OnStateChange()
H A DnsMsgContentPolicy.cpp602 nsCOMPtr<nsIMsgMessageUrl> msgUrl( in NotifyContentWasBlocked() local
609 rv = msgUrl->GetUri(resourceURI); in NotifyContentWasBlocked()
657 nsCOMPtr<nsIMsgMessageUrl> msgUrl( in ShouldAcceptContentForPotentialMsg() local
667 rv = msgUrl->GetUri(resourceURI); in ShouldAcceptContentForPotentialMsg()
837 nsCOMPtr<nsIMsgMessageUrl> msgUrl = do_QueryInterface(aContentLocation); in SetDisableItemsOnMailNewsUrlDocshells() local
838 if (!msgUrl && !isAllowedContent) { in SetDisableItemsOnMailNewsUrlDocshells()
H A DnsMsgProtocol.cpp394 nsCOMPtr<nsIMsgMailNewsUrl> msgUrl = do_QueryInterface(uri); in OnStopRequest() local
395 rv = msgUrl->SetUrlState(false, aStatus); // Always returns NS_OK. in OnStopRequest()
408 ShowAlertMessage(msgUrl, aStatus); in OnStopRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/
H A DWebViewThreadTestActivity.java122 Bundle msgUrl = msg.getData(); in createWebViewOnNonUiThread()
123 mWebView.loadUrl(msgUrl.getString(URL_KEY)); in createWebViewOnNonUiThread()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapService.cpp869 msgUrl->SetMessageFile(aFile); in SaveMessageToDisk()
870 msgUrl->SetAddDummyEnvelope(aAddDummyEnvelope); in SaveMessageToDisk()
871 msgUrl->SetCanonicalLineEnding(canonicalLineEnding); in SaveMessageToDisk()
940 nsCOMPtr<nsIMsgMailNewsUrl> msgUrl(do_QueryInterface(aImapUrl)); in FetchMessage() local
941 msgUrl->GetMsgIsInLocalCache(&msgIsInCache); in FetchMessage()
1993 nsCOMPtr<nsIMsgMailNewsUrl> msgUrl = do_QueryInterface(imapUrl); in AppendMessageFromFile() local
1994 if (msgUrl && aMsgWindow) { in AppendMessageFromFile()
1996 msgUrl->SetMsgWindow(aMsgWindow); in AppendMessageFromFile()
2061 nsCOMPtr<nsIMsgMailNewsUrl> msgUrl = do_QueryInterface(aImapUrl); in GetImapConnectionAndLoadUrl() local
2062 nsresult rv = msgUrl->GetServer(getter_AddRefs(aMsgIncomingServer)); in GetImapConnectionAndLoadUrl()
[all …]
/dports/net-im/licq-qt-gui/licq-f271d55/licq/include/licq/
H A Duserevents.h512 const std::string& postUrl = "", const std::string& msgUrl = "",
527 const std::string& msgUrl() const { return myMsgUrl; } in msgUrl() function
/dports/net-im/licq/licq-f271d55/licq/include/licq/
H A Duserevents.h512 const std::string& postUrl = "", const std::string& msgUrl = "",
527 const std::string& msgUrl() const { return myMsgUrl; } in msgUrl() function
/dports/net-im/licq-icq/licq-f271d55/licq/include/licq/
H A Duserevents.h512 const std::string& postUrl = "", const std::string& msgUrl = "",
527 const std::string& msgUrl() const { return myMsgUrl; } in msgUrl() function
/dports/net-im/licq-osd/licq-f271d55/licq/include/licq/
H A Duserevents.h512 const std::string& postUrl = "", const std::string& msgUrl = "",
527 const std::string& msgUrl() const { return myMsgUrl; } in msgUrl() function
/dports/net-im/licq-jabber/licq-f271d55/licq/include/licq/
H A Duserevents.h512 const std::string& postUrl = "", const std::string& msgUrl = "",
527 const std::string& msgUrl() const { return myMsgUrl; } in msgUrl() function
/dports/net-im/licq-qt-gui/licq-f271d55/licq/src/
H A Duserevents.cpp770 const string& msgUrl, const string& creds, unsigned long sessionLength) in EventEmailAlert() argument
781 myMsgUrl(msgUrl), in EventEmailAlert()
/dports/net-im/licq-osd/licq-f271d55/licq/src/
H A Duserevents.cpp770 const string& msgUrl, const string& creds, unsigned long sessionLength) in EventEmailAlert() argument
781 myMsgUrl(msgUrl), in EventEmailAlert()
/dports/net-im/licq-icq/licq-f271d55/licq/src/
H A Duserevents.cpp770 const string& msgUrl, const string& creds, unsigned long sessionLength) in EventEmailAlert() argument
781 myMsgUrl(msgUrl), in EventEmailAlert()
/dports/net-im/licq/licq-f271d55/licq/src/
H A Duserevents.cpp770 const string& msgUrl, const string& creds, unsigned long sessionLength) in EventEmailAlert() argument
781 myMsgUrl(msgUrl), in EventEmailAlert()

12