diff options
Diffstat (limited to 'src/messaging/IMAPStore.cpp')
-rw-r--r-- | src/messaging/IMAPStore.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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()) |