diff options
| author | Eric Springer <eric.springer@nokia.com> | 2011-06-29 19:33:50 +1000 |
|---|---|---|
| committer | Eric Springer <eric.springer@nokia.com> | 2011-06-29 19:33:50 +1000 |
| commit | 584fc9ae45da46a7d84611c61ff14c43377f4e32 (patch) | |
| tree | 1fe7898f204a036ac9a0158b691638c3b67c628f /src/plugins/messageservices/smtp/smtpclient.h | |
| parent | 8b6e91bd3239aa05f15dfb4448e1c68f39ace7a8 (diff) | |
Return ConfigurationError if no greeting received in 20 secondssmtpfix
Diffstat (limited to 'src/plugins/messageservices/smtp/smtpclient.h')
| -rw-r--r-- | src/plugins/messageservices/smtp/smtpclient.h | 3 |
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 |
