summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/smtp/smtpclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/messageservices/smtp/smtpclient.h')
-rw-r--r--src/plugins/messageservices/smtp/smtpclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/messageservices/smtp/smtpclient.h b/src/plugins/messageservices/smtp/smtpclient.h
index c52c261a..008ed345 100644
--- a/src/plugins/messageservices/smtp/smtpclient.h
+++ b/src/plugins/messageservices/smtp/smtpclient.h
@@ -96,6 +96,7 @@ protected slots:
private slots:
void sendMoreData(qint64);
+ void authExpired();
private:
void sendCommand(const char *data, int len = -1);
@@ -146,6 +147,8 @@ private:
QString bufferedResponse;
bool notUsingAuth;
+
+ QTimer *authTimeout;
};
#endif