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 | d586ea252e187e811cd2851522cdfab74428fd75 (patch) | |
tree | 7ed2eda73b3986fedffcbc07e22027497d8aca31 /src/leap | |
parent | 4c02942472be00486d04d854e987d6eda8c7df12 (diff) |
add TODO to the adaptor interface
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/mail/interfaces.py | 3 |
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, |