Akonadi Search
emailquery.h
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:06 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:06 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.