aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/pop/MCPOPSession.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/pop/MCPOPSession.cpp b/src/core/pop/MCPOPSession.cpp
index 8415a081..ab8975a6 100644
--- a/src/core/pop/MCPOPSession.cpp
+++ b/src/core/pop/MCPOPSession.cpp
@@ -174,6 +174,7 @@ static void logger(mailpop3 * pop3, int log_type, const char * buffer, size_t si
void POPSession::setup()
{
mPop = mailpop3_new(0, NULL);
+ mailpop3_set_timeout(mPop, timeout());
mailpop3_set_progress_callback(mPop, POPSession::body_progress, this);
mailpop3_set_logger(mPop, logger, this);
}