diff options
Diffstat (limited to '')
-rw-r--r-- | vmime/net/pop3/POP3Store.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vmime/net/pop3/POP3Store.hpp b/vmime/net/pop3/POP3Store.hpp index 2839d198..98d2e380 100644 --- a/vmime/net/pop3/POP3Store.hpp +++ b/vmime/net/pop3/POP3Store.hpp @@ -77,6 +77,9 @@ public: const int getCapabilities() const; + const bool isSecuredConnection() const; + ref <connectionInfos> getConnectionInfos() const; + private: enum ResponseCode @@ -123,7 +126,10 @@ private: ref <timeoutHandler> m_timeoutHandler; + const bool m_isPOP3S; + bool m_secured; + ref <connectionInfos> m_cntInfos; // Service infos |