aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net/smtp/SMTPResponse.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/smtp/SMTPResponse.cpp b/src/net/smtp/SMTPResponse.cpp
index c1608b23..c39774b1 100644
--- a/src/net/smtp/SMTPResponse.cpp
+++ b/src/net/smtp/SMTPResponse.cpp
@@ -108,6 +108,9 @@ const string SMTPResponse::readResponseLine()
{
string currentBuffer = m_responseBuffer;
+ if (m_timeoutHandler)
+ m_timeoutHandler->resetTimeOut();
+
while (true)
{
// Get a line from the response buffer