KIMAP Library
KIMAP::Term Class Reference
#include <searchjob.h>
Public Member Functions | |
Term (Relation relation, const QVector< Term > &subterms) | |
Term (SearchKey key, const QString &value) | |
Term (BooleanSearchKey key) | |
Term (DateSearchKey key, const QDate &date) | |
Term (NumberSearchKey key, int value) | |
Term (SequenceSearchKey key, const KIMAP::ImapSet &) | |
Term (const QString &header, const QString &value) | |
Term (const Term &other) | |
bool | isNull () const |
Term & | operator= (const Term &other) |
bool | operator== (const Term &other) const |
QByteArray | serialize () const |
Term & | setFuzzy (bool fuzzy) |
Term & | setNegated (bool negated) |
Detailed Description
A query term.
Refer to the IMAP RFC for the meaning of the individual terms.
- Since
- 4.13
Definition at line 43 of file searchjob.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.