Libksieve

sieveimapinstanceinterface.h
1/*
2 SPDX-FileCopyrightText: 2017-2025 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "ksievecore_export.h"
10#include <QList>
11
12namespace KSieveCore
13{
15/**
16 * @brief The SieveImapInstanceInterface class
17 * @author Laurent Montel <montel@kde.org>
18 */
19class KSIEVECORE_EXPORT SieveImapInstanceInterface
20{
21public:
22 SieveImapInstanceInterface();
23 virtual ~SieveImapInstanceInterface();
24 virtual QList<KSieveCore::SieveImapInstance> sieveImapInstances();
25};
26}
The SieveImapInstance class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:12:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.