summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/server.py
AgeCommit message (Expand)Author
2016-03-30[style] pep8Kali Kaneko
2016-03-24[bug] emit imap-login event againKali Kaneko
2015-12-15[style] pep8Kali Kaneko
2015-12-15[feat] credentials handling: use twisted.credKali Kaneko
2015-11-30[feat] make events multi-user awareKali Kaneko
2015-10-01[bug] fix slow appendsKali Kaneko
2015-09-16[feat] use async events apiKali Kaneko
2015-08-04[style] pep8 fixes + pep8 scriptKali Kaneko
2015-07-21Fixed all the pep8 warnings in the codeBruno Wagner
2015-05-14[feat] adapt to new events api on commonIvan Alejandro
2015-04-28[feature] implement substring body fetchKali Kaneko
2015-03-23[bug] fix wrong case in the boundary passed in BODYSTRUCTUREKali Kaneko
2015-03-23[bug] add extra CRLF to avoid bad mime parsing in ThunderbirdKali Kaneko
2015-02-20notify MUA on closing connectionKali Kaneko
2015-02-11save drafts: search by msg-idKali Kaneko
2015-02-11lots of little fixes after meskio's reviewKali Kaneko
2015-02-11rename confusing attribute for accountKali Kaneko
2015-02-11imap: implement setting of message flagsKali Kaneko
2015-02-11imap: complete FETCH implementationKali Kaneko
2015-02-11patch cbSelect to accept deferreds for count*Kali Kaneko
2015-02-11Complete IMAP implementation, update testsKali Kaneko
2015-02-11adapt to soledad 0.7 async APIKali Kaneko
2014-02-26Implement non-synchronizing literals (rfc2088) Closes: #5190Kali Kaneko
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