summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/server.py
AgeCommit message (Expand)Author
2014-02-17Remove notify_new callbacks from fetch and copy.Kali Kaneko
2014-02-17defer fetch to threadKali Kaneko
2014-02-17call notify in reactorKali Kaneko
2014-02-17long-due update to unittests!Kali Kaneko
2014-02-17temporarily nuke out the fetch_heders diversionKali Kaneko
2014-02-02fix missing content after in-memory addKali Kaneko
2014-01-30Fix copy and deletion problemsKali Kaneko
2014-01-30docstring fixesKali Kaneko
2014-01-28handle last_uid property in memory storeKali Kaneko
2014-01-28Unset new flag after successful writeKali Kaneko
2014-01-28move server to its own fileKali Kaneko
2013-12-26Split the near-2k loc file into more handy modules.Kali Kaneko
2013-12-26inlineCallbacks all the things!Kali Kaneko
2013-12-26Move flags and other metadata to a separate doc.Kali Kaneko
2013-12-26defer costly operationsKali Kaneko
2013-12-24Fix parsing of IMAP folder names (#4830).drebs
2013-12-20Limit the size of the returned messages from IMAP to MUA to 100Tomás Touceda
2013-12-20fix wrong object callKali Kaneko
2013-12-20safety catch against wrong last_uidKali Kaneko
2013-12-20use soledad_writer for puts alsoKali Kaneko
2013-12-19deferToThread unsetting recent flagKali Kaneko
2013-12-13count_foo uses expanded u1db count method.Kali Kaneko
2013-12-11consume messages eagerlyKali Kaneko
2013-11-28use messageproducer to write messages to soledadKali Kaneko
2013-11-26fix adding msg with empty flagsKali Kaneko
2013-11-26Fix fetch iteration on empty folderKali Kaneko
2013-11-13fix mail UID indexing for non-sequential uidsKali Kaneko
2013-11-11remove printKali Kaneko
2013-11-01notify MUA of new mail as it gets added to mailboxKali Kaneko
2013-10-31Refactor out get_email_charset to leap.commonTomás Touceda
2013-10-23pep8 fix: line too long.Ivan Alejandro
2013-10-23Remove commented imports.Ivan Alejandro
2013-10-23Add encoding exception catch to avoid crashes.Ivan Alejandro
2013-10-23Move charset parser to a utils module.Ivan Alejandro
2013-10-21Default to UTF-8 when there is not charset parsed from the mail contentsTomás Touceda
2013-10-03Improve charset handling for emailTomás Touceda
2013-09-02Send UNREAD event to UI when flag changes.Kali Kaneko
2013-08-23Merge remote-tracking branch 'chiiph/bug/safe_soledad_list_indexes' into developKali Kaneko
2013-08-21Merge remote-tracking branch 'drebs/feature/3487-split-soledad-into-common-cl...Tomás Touceda
2013-08-21Safely get the indexes from soledadTomás Touceda
2013-08-21Update to new soledad package scheme.drebs
2013-08-19Improve the unseen filterTomás Touceda
2013-08-19Signal unread emailTomás Touceda
2013-08-13catch uninitialized soledad attrKali Kaneko
2013-07-22Adapt IMAP to latest Soledad api.drebs
2013-07-22Adapt smtp relay to latest soledad and keymanager.drebs
2013-05-23provide a initialization entrypoint for client useKali Kaneko
2013-05-21cleanup and complete docsKali Kaneko
2013-05-17Functional SoledadBackedAccount and LeapMailboxesKali Kaneko
2013-04-09Initial importKali Kaneko