9#include "dkimheaderparser.h"
10#include "messageviewer_private_export.h"
11#include <Akonadi/Item>
13namespace MessageViewer
15class DKIMAuthenticationStatusInfo;
16class MESSAGEVIEWER_TESTS_EXPORT DKIMCheckAuthenticationStatusJob :
public QObject
20 explicit DKIMCheckAuthenticationStatusJob(
QObject *parent =
nullptr);
21 ~DKIMCheckAuthenticationStatusJob()
override;
25 [[nodiscard]]
bool canStart()
const;
27 void setHeaderParser(
const DKIMHeaderParser &headerParser);
29 [[nodiscard]]
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-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.