summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-01-22 13:02:18 -0400
committerKali Kaneko <kali@leap.se>2015-01-22 13:02:18 -0400
commit9ac472c3da4223ac7bc7f4f49e49955aed0b9758 (patch)
tree7ed2eda73b3986fedffcbc07e22027497d8aca31
parentdfab99156ba52ced371d86dd325c6b37dffa5c63 (diff)
add TODO to the adaptor interface
-rw-r--r--src/leap/mail/interfaces.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/mail/interfaces.py b/src/leap/mail/interfaces.py
index 5838ce9..899400f 100644
--- a/src/leap/mail/interfaces.py
+++ b/src/leap/mail/interfaces.py
@@ -33,6 +33,9 @@ class IMessageWrapper(Interface):
cdocs = Attribute('A dictionary with the content-docs, one-indexed')
+# TODO [ ] Catch up with the actual implementation!
+# Lot of stuff added there ...
+
class IMailAdaptor(Interface):
"""
I know how to store the standard representation for messages and mailboxes,