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/IMAPStore.hpp | |
| parent | Updated ChangeLog. (diff) | |
| download | vmime-cc51a32255f103d782233f12537bdb0132f45e02.tar.gz vmime-cc51a32255f103d782233f12537bdb0132f45e02.zip | |
Added getCapabilities() on messaging::store.
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 |
