aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPIdentity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/imap/MCIMAPIdentity.cpp')
-rw-r--r--src/core/imap/MCIMAPIdentity.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/imap/MCIMAPIdentity.cpp b/src/core/imap/MCIMAPIdentity.cpp
index 2e22d539..a94d01df 100644
--- a/src/core/imap/MCIMAPIdentity.cpp
+++ b/src/core/imap/MCIMAPIdentity.cpp
@@ -83,6 +83,11 @@ void IMAPIdentity::setInfoForKey(String * key, String * value)
}
}
+void IMAPIdentity::removeAllInfos()
+{
+ mValues->removeAllObjects();
+}
+
Object * IMAPIdentity::copy()
{
return new IMAPIdentity(this);