summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/storage.h b/src/storage.h
index 13b9842f..d366aa50 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -26,6 +26,7 @@
#include <map>
+#include <list>
#include "account.h"
@@ -280,6 +281,13 @@ class Storage
delAccount(const std::string& userName) = 0;
/**
+ * Get the list of Emails in the accounts list.
+ * @return the list of Email's Addresses.
+ */
+ virtual
+ std::list<std::string> getEmailList() = 0;
+
+ /**
* Saves the changes permanently.
*/
virtual void