Mailcommon

filteractionsendreceipt.h
1/*
2 * SPDX-FileCopyrightText: 1996-1998 Stefan Taferner <taferner@kde.org>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 *
6 */
7
8#pragma once
9
10#include "filteractionwithnone.h"
11#include "mailcommon_private_export.h"
12namespace MailCommon
13{
14//=============================================================================
15// FilterActionSendReceipt - send receipt
16// Return delivery receipt.
17//=============================================================================
18class MAILCOMMON_TESTS_EXPORT FilterActionSendReceipt : public FilterActionWithNone
19{
20 Q_OBJECT
21public:
22 explicit FilterActionSendReceipt(QObject *parent = nullptr);
23 [[nodiscard]] ReturnCode process(ItemContext &context, bool applyOnOutbound) const override;
24 [[nodiscard]] SearchRule::RequiredPart requiredPart() const override;
25 static FilterAction *newAction();
26};
27}
Abstract base class for filter actions with no parameter.
The filter dialog.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:58:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.