Akonadi Search
emailquery.cpp
186 qCWarning(AKONADI_SEARCH_PIM_LOG) << "Failed to open Xapian database:" << QString::fromStdString(e.get_description());
304 const QStringList list = d->matchString.split(QRegularExpression(QStringLiteral("\\s")), Qt::SkipEmptyParts);
342 qCWarning(AKONADI_SEARCH_PIM_LOG) << QString::fromStdString(e.get_type()) << QString::fromStdString(e.get_description());
qint64 Id
void matches(const QString &match)
Matches the string match anywhere in the entire email body.
Definition emailquery.cpp:143
void setAttachment(bool hasAttachment=true)
By default the attachment status is ignored.
Definition emailquery.cpp:158
ResultIterator exec() override
Execute the query and return an iterator to fetch the results.
Definition emailquery.cpp:173
void setImportant(bool important=true)
By default the importance is ignored.
Definition emailquery.cpp:163
void bodyMatches(const QString &bodyMatch)
Matches the string bodyMatch specifically in the body email.
Definition emailquery.cpp:153
void subjectMatches(const QString &subjectMatch)
Matches the string subjectMatch specifically in the email subject.
Definition emailquery.cpp:148
QVariant read(const QByteArray &data, int versionOverride=0)
const char * constData() const const
QByteArray encodeName(const QString &fileName)
iterator begin()
iterator end()
QString fromStdString(const std::string &str)
QString number(double n, char format, int precision)
std::string toStdString() const const
SkipEmptyParts
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.