diff options
| author | Vincent Richard <[email protected]> | 2009-11-30 14:04:15 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2009-11-30 14:04:15 +0100 |
| commit | 5d8282568759f1e7c33537153f1ac0f190d64888 (patch) | |
| tree | 14ac69ed9aa177668c4366f7d3c7fe4f58af32b7 /src/net/imap/IMAPConnection.cpp | |
| parent | Quote mailbox name instead of encoding it whenever it's possible. (diff) | |
| download | vmime-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.cpp | 6 |
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 |
