aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/POP3Store.cpp
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.cpp
parentUpdated ChangeLog. (diff)
downloadvmime-cc51a32255f103d782233f12537bdb0132f45e02.tar.gz
vmime-cc51a32255f103d782233f12537bdb0132f45e02.zip
Added getCapabilities() on messaging::store.
Diffstat (limited to '')
-rw-r--r--src/messaging/POP3Store.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/messaging/POP3Store.cpp b/src/messaging/POP3Store.cpp
index 0bc3b6a5..4bf40583 100644
--- a/src/messaging/POP3Store.cpp
+++ b/src/messaging/POP3Store.cpp
@@ -82,7 +82,7 @@ folder* POP3Store::getFolder(const folder::path& path)
}
-const bool POP3Store::isValidFolderName(const folder::path::component& /* name */)
+const bool POP3Store::isValidFolderName(const folder::path::component& /* name */) const
{
return true;
}
@@ -565,6 +565,12 @@ void POP3Store::unregisterFolder(POP3Folder* folder)
}
+const int POP3Store::getCapabilities() const
+{
+ return (CAPABILITY_DELETE_MESSAGE);
+}
+
+
// Service infos