Messagelib

dkimauthenticationstatusinfoconverter.h
1 /*
2  SPDX-FileCopyrightText: 2019-2023 Laurent Montel <[email protected]>
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 
15 namespace MessageViewer
16 {
17 class MESSAGEVIEWER_TESTS_EXPORT DKIMAuthenticationStatusInfoConverter
18 {
19 public:
20  DKIMAuthenticationStatusInfoConverter();
21  ~DKIMAuthenticationStatusInfoConverter();
22 
23  Q_REQUIRED_RESULT MessageViewer::DKIMAuthenticationStatusInfo statusInfo() const;
24  void setStatusInfo(const MessageViewer::DKIMAuthenticationStatusInfo &statusInfo);
25 
27 
28 private:
29  MessageViewer::DKIMAuthenticationStatusInfo mStatusInfo;
30 };
31 }
T convert(const QVariant &value)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Mar 26 2023 04:08:11 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.