aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/pop3/POP3Folder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/pop3/POP3Folder.cpp')
-rw-r--r--src/net/pop3/POP3Folder.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/pop3/POP3Folder.cpp b/src/net/pop3/POP3Folder.cpp
index 657e1bdd..7ef4aa12 100644
--- a/src/net/pop3/POP3Folder.cpp
+++ b/src/net/pop3/POP3Folder.cpp
@@ -184,6 +184,12 @@ void POP3Folder::create(const int /* type */)
}
+void POP3Folder::destroy()
+{
+ throw exceptions::operation_not_supported();
+}
+
+
const bool POP3Folder::exists()
{
ref <POP3Store> store = m_store.acquire();