aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/net/pop3/POP3Store.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmime/net/pop3/POP3Store.hpp')
-rw-r--r--vmime/net/pop3/POP3Store.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/vmime/net/pop3/POP3Store.hpp b/vmime/net/pop3/POP3Store.hpp
index 2612b407..681a295e 100644
--- a/vmime/net/pop3/POP3Store.hpp
+++ b/vmime/net/pop3/POP3Store.hpp
@@ -48,6 +48,8 @@ namespace pop3 {
class POP3Folder;
+class POP3Command;
+class POP3Response;
/** POP3 store service.
@@ -98,7 +100,8 @@ private:
const std::vector <string> getCapabilities();
- void sendRequest(const string& buffer, const bool end = true);
+ void sendRequest(ref <POP3Command> cmd);
+ ref <POP3Response> readResponse();
void internalDisconnect();