MailTransport
transportjob.cpp
122 setErrorText(i18n("The outgoing account \"%1\" is not correctly configured.", transport()->name()));
QByteArray & buffer()
ReadOnly
void setErrorText(const QString &errorText)
void setDeliveryStatusNotification(bool enabled)
Sets the content of the mail.
Definition: transportjob.cpp:72
bool deliveryStatusNotification() const
Returns true if DSN is enabled.
Definition: transportjob.cpp:113
void setTo(const QStringList &to)
Sets the "To" receiver(s) of the mail.
Definition: transportjob.cpp:47
Transport * transport() const
Returns the Transport object containing the mail transport settings.
Definition: transportjob.cpp:67
QString i18n(const char *text, const TYPE &arg...)
void setBcc(const QStringList &bcc)
Sets the "Bcc" receiver(s) of the mail.
Definition: transportjob.cpp:57
TransportJob(Transport *transport, QObject *parent=nullptr)
Creates a new mail transport job.
Definition: transportjob.cpp:29
virtual void doStart()=0
Do the actual work, implement in your subclass.
Represents the settings of a specific mail transport.
Definition: transport.h:32
void setCc(const QStringList &cc)
Sets the "Cc" receiver(s) of the mail.
Definition: transportjob.cpp:52
void emitResult()
void setError(int errorCode)
char * data()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 04:12:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 04:12:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.