From a623155270b9009b59149a729a6e37a3b20948cb Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 16 Dec 2004 21:38:47 +0000 Subject: Added store::isValidFolderName(). --- src/messaging/POP3Store.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/messaging/POP3Store.cpp') diff --git a/src/messaging/POP3Store.cpp b/src/messaging/POP3Store.cpp index 6d762997..0bc3b6a5 100644 --- a/src/messaging/POP3Store.cpp +++ b/src/messaging/POP3Store.cpp @@ -82,6 +82,12 @@ folder* POP3Store::getFolder(const folder::path& path) } +const bool POP3Store::isValidFolderName(const folder::path::component& /* name */) +{ + return true; +} + + void POP3Store::connect() { if (isConnected()) -- cgit v1.2.3