From cc51a32255f103d782233f12537bdb0132f45e02 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 22 Dec 2004 13:05:59 +0000 Subject: Added getCapabilities() on messaging::store. --- src/messaging/POP3Store.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/messaging/POP3Store.cpp') 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 -- cgit v1.2.3