Messagelib
8 #include "messageviewer_export.h"
11 namespace MessageViewer
25 IgnoreEmailNotSigned = 3,
30 Q_REQUIRED_RESULT
QString domain()
const;
31 void setDomain(
const QString &domain);
33 Q_REQUIRED_RESULT
QStringList signedDomainIdentifier()
const;
34 void setSignedDomainIdentifier(
const QStringList &signedDomainIdentifier);
36 Q_REQUIRED_RESULT
QString from()
const;
37 void setFrom(
const QString &from);
39 Q_REQUIRED_RESULT
bool enabled()
const;
40 void setEnabled(
bool enabled);
42 Q_REQUIRED_RESULT
bool isValid()
const;
44 Q_REQUIRED_RESULT RuleType ruleType()
const;
45 void setRuleType(MessageViewer::DKIMRule::RuleType ruleType);
47 Q_REQUIRED_RESULT
QString listId()
const;
48 void setListId(
const QString &listId);
50 Q_REQUIRED_RESULT
bool operator==(
const DKIMRule &other)
const;
51 Q_REQUIRED_RESULT
bool operator!=(
const DKIMRule &other)
const;
53 Q_REQUIRED_RESULT
int priority()
const;
54 void setPriority(
int priority);
61 RuleType mRuleType = DKIMRule::RuleType::Unknown;
QDataStream & operator<<(QDataStream &out, const KDateTime &dateTime)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:00:44 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.