Messagelib
9 #include "messagecomposer_export.h"
14 class PluginEditorCheckBeforeSendParamsPrivate;
26 void setSubject(
const QString &subject);
27 Q_REQUIRED_RESULT
QString subject()
const;
29 void setIdentity(uint currentIdentity);
30 Q_REQUIRED_RESULT uint identity()
const;
32 Q_REQUIRED_RESULT
bool isHtmlMail()
const;
33 void setHtmlMail(
bool html);
35 void setPlainText(
const QString &text);
36 Q_REQUIRED_RESULT
QString plainText()
const;
38 void setBccAddresses(
const QString &lst);
39 Q_REQUIRED_RESULT
QString bccAddresses()
const;
41 void setToAddresses(
const QString &lst);
42 Q_REQUIRED_RESULT
QString toAddresses()
const;
44 void setCcAddresses(
const QString &lst);
45 Q_REQUIRED_RESULT
QString ccAddresses()
const;
47 void setDefaultDomain(
const QString &domain);
48 Q_REQUIRED_RESULT
QString defaultDomain()
const;
50 Q_REQUIRED_RESULT
bool hasAttachment()
const;
51 void setHasAttachment(
bool b);
53 Q_REQUIRED_RESULT
int transportId()
const;
54 void setTransportId(
int id);
60 std::unique_ptr<PluginEditorCheckBeforeSendParamsPrivate>
const d;
Simple interface that both EncryptJob and SignEncryptJob implement so the composer can extract some e...
The PluginEditorCheckBeforeSendParams class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Mar 22 2023 04:07:15 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.