KIO
kemailclientlauncherjob.cpp
89 KService::Ptr service = KApplicationTrader::preferredService(QStringLiteral("x-scheme-handler/mailto"));
97 if (entryPath.contains(QLatin1String("thunderbird")) || entryPath.contains(QLatin1String("dovecot"))) {
void setBcc(const QStringList &bcc)
Sets the email address(es) that will be used in the Bcc field for the email.
Definition kemailclientlauncherjob.cpp:61
void setAttachments(const QList< QUrl > &urls)
Sets attachments for the email.
Definition kemailclientlauncherjob.cpp:76
void setSubject(const QString &subject)
Sets the subject for the email.
Definition kemailclientlauncherjob.cpp:66
KEMailClientLauncherJob(QObject *parent=nullptr)
Creates a KEMailClientLauncherJob.
Definition kemailclientlauncherjob.cpp:43
void setCc(const QStringList &cc)
Sets the email address(es) that will be used in the CC field for the email.
Definition kemailclientlauncherjob.cpp:56
void setStartupId(const QByteArray &startupId)
Sets the platform-specific startup id of the mail client launch.
Definition kemailclientlauncherjob.cpp:81
void setTo(const QStringList &to)
Sets the email address(es) that will be used in the To field for the email.
Definition kemailclientlauncherjob.cpp:51
void setBody(const QString &body)
Sets the body for the email.
Definition kemailclientlauncherjob.cpp:71
ApplicationLauncherJob runs an application and watches it while running.
Definition applicationlauncherjob.h:55
CommandLauncherJob runs a command and watches it while running.
Definition commandlauncherjob.h:45
static QString executableName(const QString &execLine)
Given a full command line (e.g. the Exec= line from a .desktop file), extract the name of the executa...
Definition desktopexecparser.cpp:576
bool exec()
void setErrorText(const QString &errorText)
void emitResult()
void result(KJob *job)
void setError(int errorCode)
QString exec() const
QString entryPath() const
QString i18n(const char *text, const TYPE &arg...)
KSERVICE_EXPORT KService::List query(FilterFunc filterFunc)
KSERVICE_EXPORT KService::Ptr preferredService(const QString &mimeType)
KIOCORE_EXPORT QStringList list(const QString &fileClass)
Returns a list of directories associated with this file-class.
Definition krecentdirs.cpp:33
bool isEmpty() const const
bool invokeMethod(QObject *context, Functor &&function, FunctorReturnType *ret)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
bool contains(QChar ch, Qt::CaseSensitivity cs) const const
bool isEmpty() const const
QString mid(qsizetype position, qsizetype n) const const
QString toLower() const const
const ushort * utf16() const const
QString join(QChar separator) const const
QueuedConnection
bool hasQuery() const const
QString path(ComponentFormattingOptions options) const const
void setPath(const QString &path, ParsingMode mode)
void setQuery(const QString &query, ParsingMode mode)
void setScheme(const QString &scheme)
QString toString(FormattingOptions options) const const
QStringList toStringList(const QList< QUrl > &urls, FormattingOptions options)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.