aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPConnection.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2009-11-30 14:04:15 +0100
committerVincent Richard <[email protected]>2009-11-30 14:04:15 +0100
commit5d8282568759f1e7c33537153f1ac0f190d64888 (patch)
tree14ac69ed9aa177668c4366f7d3c7fe4f58af32b7 /src/net/imap/IMAPConnection.cpp
parentQuote mailbox name instead of encoding it whenever it's possible. (diff)
downloadvmime-5d8282568759f1e7c33537153f1ac0f190d64888.tar.gz
vmime-5d8282568759f1e7c33537153f1ac0f190d64888.zip
Added block size on sockets to allow different buffer size for SSL.
Diffstat (limited to 'src/net/imap/IMAPConnection.cpp')
-rw-r--r--src/net/imap/IMAPConnection.cpp6
1 files changed, 6 insertions, 0 deletions
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 <session> IMAPConnection::getSession()
}
+ref <const socket> IMAPConnection::getSocket() const
+{
+ return m_socket;
+}
+
+
} // imap
} // net
} // vmime