diff options
Diffstat (limited to 'src/messaging/POP3Store.hpp')
-rw-r--r-- | src/messaging/POP3Store.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messaging/POP3Store.hpp b/src/messaging/POP3Store.hpp index ae0f9fd4..d91f0d69 100644 --- a/src/messaging/POP3Store.hpp +++ b/src/messaging/POP3Store.hpp @@ -51,6 +51,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; |