aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/security/sasl/SASLSocket.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vmime/security/sasl/SASLSocket.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/vmime/security/sasl/SASLSocket.hpp b/vmime/security/sasl/SASLSocket.hpp
index f05ed424..d6f4ecd9 100644
--- a/vmime/security/sasl/SASLSocket.hpp
+++ b/vmime/security/sasl/SASLSocket.hpp
@@ -63,9 +63,12 @@ public:
void send(const string& buffer);
void sendRaw(const char* buffer, const size_type count);
+ size_type sendRawNonBlocking(const char* buffer, const size_type count);
size_type getBlockSize() const;
+ unsigned int getStatus() const;
+
private:
ref <SASLSession> m_session;