From 9ac472c3da4223ac7bc7f4f49e49955aed0b9758 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 22 Jan 2015 13:02:18 -0400 Subject: add TODO to the adaptor interface --- src/leap/mail/interfaces.py | 3 +++ 1 file changed, 3 insertions(+) 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, -- cgit v1.2.3