Akonadi
itemcreatehandler.h
33 bool buildPimItem(const Protocol::CreateItemCommand &cmd, PimItem &item, Collection &parentCollection);
35 bool insertItem(const Protocol::CreateItemCommand &cmd, PimItem &item, const Collection &parentCollection);
37 bool mergeItem(const Protocol::CreateItemCommand &cmd, PimItem &newItem, PimItem ¤tItem, const Collection &parentCollection);
42 bool notify(const PimItem &item, const Collection &collection, const QSet<QByteArray> &changedParts);
44 void recoverFromMultipleMergeCandidates(const PimItem::List &items, const Collection &collection);
The handler interfaces describes an entity capable of handling an AkonadiIMAP command.
Definition handler.h:32
Handler for the X-AKAPPEND command.
Definition itemcreatehandler.h:25
bool parseStream() override
Parse and handle the IMAP message using the streaming parser.
Definition itemcreatehandler.cpp:408
Helper integration between Akonadi and Qt.
Server
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.