diff options
author | Vincent Richard <[email protected]> | 2010-08-05 10:30:22 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2010-08-05 10:30:22 +0000 |
commit | d6a8b099ede9aec517c8206070c741269bbf2328 (patch) | |
tree | cf9034aaf8e065cab016447db91c095452b7855a /src/net/pop3/POP3Store.cpp | |
parent | Added section about deleting messages from store. (diff) | |
download | vmime-d6a8b099ede9aec517c8206070c741269bbf2328.tar.gz vmime-d6a8b099ede9aec517c8206070c741269bbf2328.zip |
Connection time out.
Diffstat (limited to 'src/net/pop3/POP3Store.cpp')
-rw-r--r-- | src/net/pop3/POP3Store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/pop3/POP3Store.cpp b/src/net/pop3/POP3Store.cpp index e5e8ba75..9d554c6d 100644 --- a/src/net/pop3/POP3Store.cpp +++ b/src/net/pop3/POP3Store.cpp @@ -138,7 +138,7 @@ void POP3Store::connect() m_timeoutHandler = getTimeoutHandlerFactory()->create(); // Create and connect the socket - m_socket = getSocketFactory()->create(); + m_socket = getSocketFactory()->create(m_timeoutHandler); #if VMIME_HAVE_TLS_SUPPORT if (m_isPOP3S) // dedicated port/POP3S |