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/IMAPStore.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/messaging/IMAPStore.cpp') diff --git a/src/messaging/IMAPStore.cpp b/src/messaging/IMAPStore.cpp index bf15b705..5e208db4 100644 --- a/src/messaging/IMAPStore.cpp +++ b/src/messaging/IMAPStore.cpp @@ -125,6 +125,12 @@ folder* IMAPStore::getFolder(const folder::path& path) } +const bool IMAPStore::isValidFolderName(const folder::path::component& /* name */) +{ + return true; +} + + void IMAPStore::connect() { if (isConnected()) -- cgit v1.2.3