diff options
| author | Vincent Richard <[email protected]> | 2004-12-22 13:05:59 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-22 13:05:59 +0000 |
| commit | cc51a32255f103d782233f12537bdb0132f45e02 (patch) | |
| tree | 759e15f091021acf45eacc8131a9d178628711c6 /src/messaging/maildirStore.hpp | |
| parent | Updated ChangeLog. (diff) | |
| download | vmime-cc51a32255f103d782233f12537bdb0132f45e02.tar.gz vmime-cc51a32255f103d782233f12537bdb0132f45e02.zip | |
Added getCapabilities() on messaging::store.
Diffstat (limited to 'src/messaging/maildirStore.hpp')
| -rw-r--r-- | src/messaging/maildirStore.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/messaging/maildirStore.hpp b/src/messaging/maildirStore.hpp index 4c7db7dc..8a904dfa 100644 --- a/src/messaging/maildirStore.hpp +++ b/src/messaging/maildirStore.hpp @@ -56,7 +56,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; @@ -69,6 +69,8 @@ public: const utility::path& getFileSystemPath() const; + const int getCapabilities() const; + private: void registerFolder(maildirFolder* folder); |
