#include <dkimrule.h>
|
enum class | RuleType { Unknown = 0
, MustBeSigned = 1
, CanBeSigned = 2
, IgnoreEmailNotSigned = 3
} |
|
The DKIMRule class.
- Author
- Laurent Montel monte.nosp@m.l@kd.nosp@m.e.org
Definition at line 17 of file dkimrule.h.
◆ RuleType
enum class MessageViewer::DKIMRule::RuleType |
|
strong |
◆ domain()
◆ enabled()
bool DKIMRule::enabled |
( |
| ) |
const |
|
nodiscard |
◆ from()
◆ isValid()
bool DKIMRule::isValid |
( |
| ) |
const |
|
nodiscard |
◆ listId()
◆ operator!=()
bool DKIMRule::operator!= |
( |
const DKIMRule & | other | ) |
const |
|
nodiscard |
◆ operator==()
bool DKIMRule::operator== |
( |
const DKIMRule & | other | ) |
const |
|
nodiscard |
◆ priority()
int DKIMRule::priority |
( |
| ) |
const |
|
nodiscard |
◆ ruleType()
DKIMRule::RuleType DKIMRule::ruleType |
( |
| ) |
const |
|
nodiscard |
◆ setDomain()
void DKIMRule::setDomain |
( |
const QString & | domain | ) |
|
◆ setEnabled()
void DKIMRule::setEnabled |
( |
bool | enabled | ) |
|
◆ setFrom()
void DKIMRule::setFrom |
( |
const QString & | from | ) |
|
◆ setListId()
void DKIMRule::setListId |
( |
const QString & | listId | ) |
|
◆ setPriority()
void DKIMRule::setPriority |
( |
int | priority | ) |
|
◆ setRuleType()
void DKIMRule::setRuleType |
( |
MessageViewer::DKIMRule::RuleType | ruleType | ) |
|
◆ setSignedDomainIdentifier()
void DKIMRule::setSignedDomainIdentifier |
( |
const QStringList & | signedDomainIdentifier | ) |
|
◆ signedDomainIdentifier()
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.