aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/POP3Store.hpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-22 13:05:59 +0000
committerVincent Richard <[email protected]>2004-12-22 13:05:59 +0000
commitcc51a32255f103d782233f12537bdb0132f45e02 (patch)
tree759e15f091021acf45eacc8131a9d178628711c6 /src/messaging/POP3Store.hpp
parentUpdated ChangeLog. (diff)
downloadvmime-cc51a32255f103d782233f12537bdb0132f45e02.tar.gz
vmime-cc51a32255f103d782233f12537bdb0132f45e02.zip
Added getCapabilities() on messaging::store.
Diffstat (limited to 'src/messaging/POP3Store.hpp')
-rw-r--r--src/messaging/POP3Store.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/messaging/POP3Store.hpp b/src/messaging/POP3Store.hpp
index d91f0d69..b4c670d3 100644
--- a/src/messaging/POP3Store.hpp
+++ b/src/messaging/POP3Store.hpp
@@ -51,7 +51,7 @@ public:
folder* getRootFolder();
folder* getFolder(const folder::path& path);
- const bool isValidFolderName(const folder::path::component& name);
+ const bool isValidFolderName(const folder::path::component& name) const;
static const serviceInfos& getInfosInstance();
const serviceInfos& getInfos() const;
@@ -62,6 +62,8 @@ public:
void noop();
+ const int getCapabilities() const;
+
private:
static const bool isSuccessResponse(const string& buffer);