diff options
author | Kali Kaneko <kali@leap.se> | 2015-01-22 13:02:18 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-02-11 14:05:43 -0400 |
commit | 153e5e23ba9eb69ece8c16080ebbe2b2adf0564b (patch) | |
tree | c7a5e79a1d890db37ce5d4bef2cc302748040cd1 | |
parent | 7ee2d063e74ac5cf07507c77ece661f3e6b68fc5 (diff) |
add TODO to the adaptor interface
-rw-r--r-- | mail/src/leap/mail/interfaces.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/src/leap/mail/interfaces.py b/mail/src/leap/mail/interfaces.py index 5838ce9..899400f 100644 --- a/mail/src/leap/mail/interfaces.py +++ b/mail/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, |