Improve SMTP code logging to facilite debug

This commit is contained in:
Christophe Dumez
2011-04-09 17:52:37 +00:00
parent 58bfa6f1bb
commit 037cc655ba
2 changed files with 19 additions and 12 deletions

View File

@@ -70,6 +70,7 @@ private:
void authCramMD5(const QByteArray& challenge = QByteArray());
void authPlain();
void authLogin();
void logError(const QString &msg);
private:
enum states { Rcpt, EhloSent, HeloSent, EhloDone, EhloGreetReceived, AuthRequestSent, AuthSent,