Akonadi Search
emailquery.h
qint64 Id
void matches(const QString &match)
Matches the string match anywhere in the entire email body.
Definition emailquery.cpp:140
void setAttachment(bool hasAttachment=true)
By default the attachment status is ignored.
Definition emailquery.cpp:155
ResultIterator exec() override
Execute the query and return an iterator to fetch the results.
Definition emailquery.cpp:170
void setImportant(bool important=true)
By default the importance is ignored.
Definition emailquery.cpp:160
void bodyMatches(const QString &bodyMatch)
Matches the string bodyMatch specifically in the body email.
Definition emailquery.cpp:150
void subjectMatches(const QString &subjectMatch)
Matches the string subjectMatch specifically in the email subject.
Definition emailquery.cpp:145
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 11:51:42 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 11:51:42 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.