summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/fetch.py
AgeCommit message (Collapse)Author
2013-09-20remove logging that shows cleartext messageKali Kaneko
2013-09-02Signal unread message when msg saved locally.Kali Kaneko
Closes: #3654
2013-08-23refactor imap fetchKali Kaneko
2013-08-22Merge remote-tracking branch ↵Tomás Touceda
'kali/feature/3409_make_imap_fetch_period_configurable' into develop
2013-08-21Make a sensible default for incoming mail fetch period.Kali Kaneko
Setting it to 5 min.
2013-08-21Merge remote-tracking branch ↵Tomás Touceda
'drebs/feature/3487-split-soledad-into-common-client-and-server' into develop Conflicts: src/leap/mail/imap/fetch.py src/leap/mail/imap/server.py
2013-08-21Update to new soledad package scheme.drebs
2013-08-20Merge remote-tracking branch 'chiiph/bug/various_fixes' into developKali Kaneko
2013-08-20Merge branch 'develop' of ssh://leap.se/leap_mail into developKali Kaneko
2013-08-19Signal string content instead of bool or intTomás Touceda
2013-08-19Signal unread emailTomás Touceda
2013-08-16add imap eventsKali Kaneko
2013-08-13Ignore empty emailsTomás Touceda
2013-08-08Decrypt double encrypted mailTomás Touceda
2013-08-08Merge remote-tracking branch ↵Tomás Touceda
'drebs/feature/3397-keymanager-should-support-bundled-gpg' into develop
2013-08-08Update use of keymanager API.drebs
2013-08-08Fix incoming processing mail.Kali Kaneko
The deferred was not working properly so messages in the incoming queue were not being processed.
2013-08-07catch exception if tried to stop not running loopKali Kaneko
2013-08-06refactor recurring fetchKali Kaneko
2013-08-05use the right import pathKali Kaneko
2013-07-22Adapt IMAP to latest Soledad api.drebs
* Also fix some tests that where not up-to-date with code.
2013-05-23provide a initialization entrypoint for client useKali Kaneko
2013-05-21use the same soledad instanceKali Kaneko
for incoming and mailbox
2013-05-21cleanup and complete docsKali Kaneko
2013-05-17Functional SoledadBackedAccount and LeapMailboxesKali Kaneko
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.