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