Messagelib
9 #include "dkimheaderparser.h"
10 #include "messageviewer_private_export.h"
11 #include <Akonadi/Item>
13 namespace MessageViewer
15 class DKIMAuthenticationStatusInfo;
16 class MESSAGEVIEWER_TESTS_EXPORT DKIMCheckAuthenticationStatusJob :
public QObject
20 explicit DKIMCheckAuthenticationStatusJob(
QObject *parent =
nullptr);
21 ~DKIMCheckAuthenticationStatusJob()
override;
25 Q_REQUIRED_RESULT
bool canStart()
const;
27 void setHeaderParser(
const DKIMHeaderParser &headerParser);
29 Q_REQUIRED_RESULT
bool useRelaxedParsing()
const;
30 void setUseRelaxedParsing(
bool useRelaxedParsing);
33 void result(
const MessageViewer::DKIMAuthenticationStatusInfo &info);
36 DKIMHeaderParser mHeaderParser;
37 bool mUseRelaxedParsing =
false;
Q_SCRIPTABLE Q_NOREPLY void start()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Apr 1 2023 04:01:56 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.