From 5d8282568759f1e7c33537153f1ac0f190d64888 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 30 Nov 2009 13:04:15 +0000 Subject: Added block size on sockets to allow different buffer size for SSL. --- src/net/imap/IMAPConnection.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/imap/IMAPConnection.cpp') diff --git a/src/net/imap/IMAPConnection.cpp b/src/net/imap/IMAPConnection.cpp index c3ee5740..6e5a265c 100644 --- a/src/net/imap/IMAPConnection.cpp +++ b/src/net/imap/IMAPConnection.cpp @@ -718,6 +718,12 @@ ref IMAPConnection::getSession() } +ref IMAPConnection::getSocket() const +{ + return m_socket; +} + + } // imap } // net } // vmime -- cgit