MessageViewer::DKIMRule
MessageViewer::DKIMRule Class Reference
#include <dkimrule.h>
Public Types | |
enum | RuleType { Unknown = 0, MustBeSigned = 1, CanBeSigned = 2, IgnoreEmailNotSigned = 3 } |
Public Member Functions | |
QString | domain () const |
bool | enabled () const |
QString | from () const |
bool | isValid () const |
QString | listId () const |
bool | operator!= (const DKIMRule &other) const |
bool | operator== (const DKIMRule &other) const |
int | priority () const |
RuleType | ruleType () const |
void | setDomain (const QString &domain) |
void | setEnabled (bool enabled) |
void | setFrom (const QString &from) |
void | setListId (const QString &listId) |
void | setPriority (int priority) |
void | setRuleType (MessageViewer::DKIMRule::RuleType ruleType) |
void | setSignedDomainIdentifier (const QStringList &signedDomainIdentifier) |
QStringList | signedDomainIdentifier () const |
Detailed Description
The DKIMRule class.
Definition at line 17 of file dkimrule.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jun 9 2023 03:55:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jun 9 2023 03:55:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.