diff options
author | Kali Kaneko <kali@leap.se> | 2013-04-15 16:22:39 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-05-17 03:31:57 +0900 |
commit | 33289c373e4fdbb506b8486c73e5ff1a7837882f (patch) | |
tree | f648b86e8fab406cec81fb61d373d03944072f36 /pkg | |
parent | 8fb5895c46282aa913d2cf3c31f3c526174b3f3b (diff) |
Functional SoledadBackedAccount and LeapMailboxes
The imap service is launched from the tac file,
and still needs some information to be provided in separate
config files that stub much of the initialization parameters.
working fetch and store methods.
tested with offlineimap and thunderbird.
several mailboxes might be broken.
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 1b5e5ef..af633f9 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,3 +1,3 @@ -leap.common -leap.soledad +leap.common>=0.2.3-dev +leap.soledad>=0.0.2-dev twisted |