Messagelib

dkimauthenticationstatusinfoconverter.h
1/*
2 SPDX-FileCopyrightText: 2019-2024 Laurent Montel <montel@kde.org>
3
4 Code based on ARHParser.jsm from dkim_verifier (Copyright (c) Philippe Lieser)
5 (This software is licensed under the terms of the MIT License.)
6
7 SPDX-License-Identifier: LGPL-2.0-or-later
8*/
9
10#pragma once
11#include "dkimauthenticationstatusinfo.h"
12#include "dkimchecksignaturejob.h"
13#include "messageviewer_private_export.h"
14
15namespace MessageViewer
16{
17class MESSAGEVIEWER_TESTS_EXPORT DKIMAuthenticationStatusInfoConverter
18{
19public:
20 DKIMAuthenticationStatusInfoConverter();
21 ~DKIMAuthenticationStatusInfoConverter();
22
23 [[nodiscard]] MessageViewer::DKIMAuthenticationStatusInfo statusInfo() const;
24 void setStatusInfo(const MessageViewer::DKIMAuthenticationStatusInfo &statusInfo);
25
27
28private:
29 MessageViewer::DKIMAuthenticationStatusInfo mStatusInfo;
30};
31}
T convert(const QVariant &value)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:43 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.