KSMTP
sendjob.cpp
108 setErrorText(i18n("Could not send the message because either the sender or recipient field is missing or invalid"));
116 setErrorText(i18n("Could not send the message because it exceeds the maximum allowed size of %1 bytes. (Message size: %2 bytes.)", sizeLimit, size()));
179 // qDebug() << " void SendJobPrivate::sendNextRecipient()" << m_session->allowsDsn() << " dsnSupport " << dsnSupport;
180 q->sendCommand("RCPT TO:<" + m_recipientsCopy.takeFirst().toUtf8() + '>' + (dsnSupport ? " NOTIFY=success,failure" : ""));
void setErrorText(const QString &errorText)
void emitResult()
void setError(int errorCode)
void setDeliveryStatusNotification(bool b)
Set Delivery Status Notification.
Definition sendjob.cpp:224
int sizeLimit() const
Returns the maximum message size in bytes that the server accepts.
Definition session.cpp:161
Q_SCRIPTABLE Q_NOREPLY void start()
QString i18n(const char *text, const TYPE &arg...)
QString name(GameStandardAction id)
QAction * end(const QObject *recvr, const char *slot, QObject *parent)
bool isEmpty() const const
QByteArray & replace(QByteArrayView before, QByteArrayView after)
bool isEmpty() const const
void push_back(parameter_type value)
value_type takeFirst()
qsizetype indexOf(QChar ch, qsizetype from, Qt::CaseSensitivity cs) const const
QString mid(qsizetype position, qsizetype n) const const
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:35 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:37:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.