MessageViewer::DKIMRule

Search for usage in LXR

MessageViewer::DKIMRule Class Reference

#include <dkimrule.h>

Public Types

enum class  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.

Author
Laurent Montel monte.nosp@m.l@kd.nosp@m.e.org

Definition at line 17 of file dkimrule.h.

Member Enumeration Documentation

◆ RuleType

enum class MessageViewer::DKIMRule::RuleType
strong

Definition at line 21 of file dkimrule.h.

Member Function Documentation

◆ domain()

QString DKIMRule::domain ( ) const

Definition at line 12 of file dkimrule.cpp.

◆ enabled()

bool DKIMRule::enabled ( ) const

Definition at line 42 of file dkimrule.cpp.

◆ from()

QString DKIMRule::from ( ) const

Definition at line 32 of file dkimrule.cpp.

◆ isValid()

bool DKIMRule::isValid ( ) const

Definition at line 52 of file dkimrule.cpp.

◆ listId()

QString DKIMRule::listId ( ) const

Definition at line 67 of file dkimrule.cpp.

◆ operator!=()

bool DKIMRule::operator!= ( const DKIMRule & other) const

Definition at line 86 of file dkimrule.cpp.

◆ operator==()

bool DKIMRule::operator== ( const DKIMRule & other) const

Definition at line 77 of file dkimrule.cpp.

◆ priority()

int DKIMRule::priority ( ) const

Definition at line 91 of file dkimrule.cpp.

◆ ruleType()

DKIMRule::RuleType DKIMRule::ruleType ( ) const

Definition at line 57 of file dkimrule.cpp.

◆ setDomain()

void DKIMRule::setDomain ( const QString & domain)

Definition at line 17 of file dkimrule.cpp.

◆ setEnabled()

void DKIMRule::setEnabled ( bool enabled)

Definition at line 47 of file dkimrule.cpp.

◆ setFrom()

void DKIMRule::setFrom ( const QString & from)

Definition at line 37 of file dkimrule.cpp.

◆ setListId()

void DKIMRule::setListId ( const QString & listId)

Definition at line 72 of file dkimrule.cpp.

◆ setPriority()

void DKIMRule::setPriority ( int priority)

Definition at line 96 of file dkimrule.cpp.

◆ setRuleType()

void DKIMRule::setRuleType ( MessageViewer::DKIMRule::RuleType ruleType)

Definition at line 62 of file dkimrule.cpp.

◆ setSignedDomainIdentifier()

void DKIMRule::setSignedDomainIdentifier ( const QStringList & signedDomainIdentifier)

Definition at line 27 of file dkimrule.cpp.

◆ signedDomainIdentifier()

QStringList DKIMRule::signedDomainIdentifier ( ) const

Definition at line 22 of file dkimrule.cpp.


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 Tue Mar 26 2024 11:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.