mailtransport
22#ifndef MAILTRANSPORT_SENTACTIONATTRIBUTE_H
23#define MAILTRANSPORT_SENTACTIONATTRIBUTE_H
25#include <mailtransport/mailtransport_export.h>
27#include <QtCore/QSharedDataPointer>
28#include <QtCore/QVariant>
30#include <akonadi/attribute.h>
32namespace MailTransport {
64 typedef QList<Action>
List;
97 QVariant value()
const;
107 bool operator==(
const Action &other )
const;
112 QSharedDataPointer<Private> d;
132 void addAction(
Action::Type type,
const QVariant &value );
141 virtual QByteArray type()
const;
142 virtual QByteArray serialized()
const;
143 virtual void deserialize(
const QByteArray &data );
QList< Action > List
Describes a list of sent actions.
Type
Describes the action type.
@ Invalid
An invalid action.
@ MarkAsReplied
The message will be marked as replied.
An Attribute that stores the action to execute after sending.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.