diff options
Diffstat (limited to 'src/messaging/IMAPStore.hpp')
-rw-r--r-- | src/messaging/IMAPStore.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messaging/IMAPStore.hpp b/src/messaging/IMAPStore.hpp index 67145896..b79967f9 100644 --- a/src/messaging/IMAPStore.hpp +++ b/src/messaging/IMAPStore.hpp @@ -57,6 +57,8 @@ public: folder* getRootFolder(); folder* getFolder(const folder::path& path); + const bool isValidFolderName(const folder::path::component& name); + static const serviceInfos& getInfosInstance(); const serviceInfos& getInfos() const; |