KIO
smtp.cpp
Go to the documentation of this file.
305 kDebug() << "smtp error (state error): [" << lastState << "]:[" << stat << "][" << *line << "]";
323 kDebug() << "smtp error (command error): [" << lastState << "]:[" << stat << "][" << *line << "]\n";
329 kDebug() << "smtp error (unknown user): [" << lastState << "]:[" << stat << "][" << *line << "]";
Definition: smtp.h:86
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
QString & append(QChar ch)
Definition: smtp.h:108
Definition: smtp.h:109
Definition: smtp.h:95
Definition: smtp.h:83
QString errorString() const
QObject * sender() const
Definition: smtp.h:92
QString simplified() const
int stat(const QString &path, KDE_struct_stat *buf)
Definition: smtp.h:104
SMTP(char *serverhost=0, unsigned short int port=0, int timeout=DEFAULT_SMTP_TIMEOUT)
Definition: smtp.cpp:28
Definition: smtp.h:110
Definition: smtp.h:97
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
Definition: smtp.h:94
QTcpSocket * connectToHost(const QString &protocol, const QString &host, quint16 port, QObject *parent=0)
int toInt(bool *ok, int base) const
bool isEmpty() const
const char * constData() const
qint64 read(char *data, qint64 maxSize)
void error(int)
void deleteLater()
Definition: smtp.h:90
Definition: smtp.h:84
QString right(int n) const
Definition: smtp.h:99
void messageSent()
Definition: smtp.h:93
void stop()
QByteArray toLatin1() const
QString mid(int position, int n) const
Definition: smtp.h:96
Definition: smtp.h:106
Definition: smtp.h:81
void connectionClosed()
Definition: smtp.h:82
int length() const
QString left(int n) const
qint64 write(const char *data, qint64 maxSize)
QString fromLatin1(const char *str, int size)
void start(int msec)
Definition: smtp.h:85
Definition: smtp.h:80
Definition: smtp.h:107
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
void setSingleShot(bool singleShot)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.