Messagelib
messagefactoryng.h
2 SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected]
44 * Contains various factory methods for creating new messages such as replies, MDNs, forwards, etc.
50 /// Small helper structure which encapsulates the KMime::Message created when creating a reply, and
54 bool replyAll = false; ///< If true, the "reply all" template was used, otherwise the normal reply
84 Q_REQUIRED_RESULT QPair<KMime::Message::Ptr, QVector<KMime::Content *>> createAttachedForward(const Akonadi::Item::List &items = Akonadi::Item::List());
114 @param s See docs for KMime::MDN::SendingMode (in KMail, use MDNAdvideDialog to ask the user for this parameter)
117 @return The notification message or 0, if none should be sent, as well as the state of the MDN operation.
123 const QVector<KMime::MDN::DispositionModifier> &m = QVector<KMime::MDN::DispositionModifier>());
135 Q_REQUIRED_RESULT QPair<KMime::Message::Ptr, KMime::Content *> createForwardDigestMIME(const Akonadi::Item::List &items);
240 Q_REQUIRED_RESULT QString replaceHeadersInString(const KMime::Message::Ptr &msg, const QString &s);
Simple interface that both EncryptJob and SignEncryptJob implement so the composer can extract some e...
Definition: attachmentcontrollerbase.h:25
qint64 Id
Contains various factory methods for creating new messages such as replies, MDNs, forwards,...
Definition: messagefactoryng.h:46
Small helper structure which encapsulates the KMime::Message created when creating a reply,...
Definition: messagefactoryng.h:52
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Mar 22 2023 04:07:14 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Mar 22 2023 04:07:14 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.