Home
last modified time | relevance | path

Searched refs:mailUrl (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/common/libkipiplugins/tools/
H A Dkpaboutdata.cpp94 QString mailUrl = email; in addAuthor() local
95 mailUrl.remove(QLatin1String(" ")); in addAuthor()
96 QString data = QString::fromUtf8("%1 <%2>\n%3").arg(name).arg(mailUrl).arg(role); in addAuthor()
/dports/www/ilias6/ILIAS-6.14/Services/Mail/classes/Provider/
H A DMailNotificationProvider.php54 $mailUrl = 'ilias.php?baseClass=ilMailGUI';
70 ->standard($linkText, $mailUrl)
78 $mailUrl
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgQuote.cpp107 nsCOMPtr<nsIMsgMessageUrl> mailUrl(do_QueryInterface(newURI)); in QuoteMessage() local
108 if (mailUrl) mailUrl->SetMessageHeader(aMsgHdr); in QuoteMessage()
H A DMessageSend.jsm1306 let mailUrl = url.QueryInterface(Ci.nsIMsgMailNewsUrl);
1307 mailUrl.UnRegisterListener(this);
H A DnsMsgSend.cpp231 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(url); in OnStopRunningUrl() local
232 if (mailUrl) mailUrl->UnRegisterListener(this); in OnStopRunningUrl()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Improve/Design/MailTheme/Blocks/
H A Dlist_mail_theme_layouts.html.twig66 …{% set mailUrl = path('admin_mail_theme_send_test_mail', {locale: app.request.locale, theme: mailT…
71 …{% set mailUrl = path('admin_mail_theme_send_test_module_mail', {locale: app.request.locale, theme…
96 <a class="btn tooltip-link dropdown-item" href="{{ mailUrl }}">
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/sendbymail/manager/
H A Dmailsettings.h92 QUrl mailUrl(const QUrl& orgUrl) const;
H A Dmailsettings.cpp101 QUrl MailSettings::mailUrl(const QUrl& orgUrl) const in mailUrl() function in DigikamGenericSendByMailPlugin::MailSettings
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgProtocol.cpp76 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(aUrl); in InitFromURI() local
77 if (mailUrl) { in InitFromURI()
78 mailUrl->GetLoadGroup(getter_AddRefs(m_loadGroup)); in InitFromURI()
80 mailUrl->GetStatusFeedback(getter_AddRefs(statusFeedback)); in InitFromURI()
1442 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(m_url); in UpdateProgress() local
1443 if (!mailUrl) return; in UpdateProgress()
1446 mailUrl->GetStatusFeedback(getter_AddRefs(statusFeedback)); in UpdateProgress()
H A DnsMsgDBFolder.cpp1399 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(aUrl); in OnStopRunningUrl() local
1400 if (mailUrl) { in OnStopRunningUrl()
1402 if (NS_SUCCEEDED(mailUrl->GetUpdatingFolder(&updatingFolder)) && in OnStopRunningUrl()
1407 mailUrl->UnRegisterListener(this); in OnStopRunningUrl()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsAutoSyncState.cpp444 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(aUrl); in OnStopRunningUrl() local
445 if (mailUrl) rv = mailUrl->UnRegisterListener(this); in OnStopRunningUrl()
H A DnsImapProtocol.cpp4101 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl(do_QueryInterface(m_runningUrl)); in NormalMessageEndDownload() local
4102 m_imapMailFolderSink->EndMessage(mailUrl, in NormalMessageEndDownload()
8872 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(m_url); in NotifyStartEndReadFromCache() local
8874 mailUrl, start, false, m_cancelStatus); in NotifyStartEndReadFromCache()
8915 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(m_url); in Close() local
8916 rv = folderSink->ReleaseUrlCacheEntry(mailUrl); in Close()
H A DnsImapIncomingServer.cpp2111 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(imapUrl); in OnStopRunningUrl() local
2112 mailUrl->GetFolder(getter_AddRefs(msgFolder)); in OnStopRunningUrl()
H A DnsImapMailFolder.cpp4789 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(aUrl); in OnStartRunningUrl() local
4790 if (mailUrl) { in OnStartRunningUrl()
4792 mailUrl->GetUpdatingFolder(&updatingFolder); in OnStartRunningUrl()
4823 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(aUrl); in OnStopRunningUrl() local
4825 if (mailUrl) mailUrl->GetMsgWindow(getter_AddRefs(msgWindow)); in OnStopRunningUrl()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/news/src/
H A DnsNntpService.cpp944 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(aUri, &rv); local
947 rv = mailUrl->GetServer(getter_AddRefs(server));
1569 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(uri); local
1570 if (mailUrl) {
1572 rv = mailUrl->GetFolder(getter_AddRefs(msgFolder));
1587 mailUrl->GetMsgWindow(getter_AddRefs(msgWindow));
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/core/
H A Dengine.cpp963 QUrl mailUrl; in contactAuthor() local
964 mailUrl.setScheme(QStringLiteral("mailto")); in contactAuthor()
965 mailUrl.setPath(entry.author().email()); in contactAuthor()
968 mailUrl.setQuery(query); in contactAuthor()
969 QDesktopServices::openUrl(mailUrl); in contactAuthor()
/dports/www/mhonarc/MHonArc-2.6.24/lib/
H A Dmhutil.pl564 {&mailUrl($1, $fields->{'x-mha-message-id'},
606 sub mailUrl { subroutine
/dports/www/falkon/falkon-3.2.0/src/lib/webengine/
H A Dwebview.cpp479 …const QUrl mailUrl = QUrl::fromEncoded("mailto:%20?body=" + QUrl::toPercentEncoding(action->data()… in sendTextByMail() local
480 QDesktopServices::openUrl(mailUrl); in sendTextByMail()
486 …const QUrl mailUrl = QUrl::fromEncoded("mailto:%20?body=" + QUrl::toPercentEncoding(url().toEncode… in sendPageByMail() local
487 QDesktopServices::openUrl(mailUrl); in sendPageByMail()
/dports/www/falkon/falkon-3.2.0/src/lib/app/
H A Dmainmenu.cpp180 …const QUrl mailUrl = QUrl::fromEncoded("mailto:%20?body=" + QUrl::toPercentEncoding(m_window->weVi… in sendLink() local
181 QDesktopServices::openUrl(mailUrl); in sendLink()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/bayesian-spam-filter/
H A DnsBayesianFilter.cpp988 nsCOMPtr<nsIMsgMailNewsUrl> mailUrl = do_QueryInterface(uri); in OnStartRequest() local
989 if (mailUrl) in OnStartRequest()
990 mailUrl->SetMsgHeaderSink(static_cast<nsIMsgHeaderSink*>(this)); in OnStartRequest()