diff options
Diffstat (limited to 'src/messaging/IMAPStore.hpp')
| -rw-r--r-- | src/messaging/IMAPStore.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/messaging/IMAPStore.hpp b/src/messaging/IMAPStore.hpp index b79967f9..8ad99991 100644 --- a/src/messaging/IMAPStore.hpp +++ b/src/messaging/IMAPStore.hpp @@ -57,7 +57,7 @@ public: folder* getRootFolder(); folder* getFolder(const folder::path& path); - const bool isValidFolderName(const folder::path::component& name); + const bool isValidFolderName(const folder::path::component& name) const; static const serviceInfos& getInfosInstance(); const serviceInfos& getInfos() const; @@ -68,6 +68,8 @@ public: void noop(); + const int getCapabilities() const; + private: // Connection |
