summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/service/imap.py
AgeCommit message (Expand)Author
2016-04-15[refactor] change IMAPAccount signatureKali Kaneko
2016-04-07[feature] use same token for imap/stmp authenticationKali Kaneko
2015-12-18[feat] cred authentication for SMTP serviceKali Kaneko
2015-12-15[feat] credentials handling: use twisted.credKali Kaneko
2015-09-23[feat] disable local-only bind on docker containerIvan Alejandro
2015-09-16[feat] use async events apiKali Kaneko
2015-07-21Updated pep8 and fixed import and line break warningsBruno Wagner
2015-06-05[refactor] move hooks to accountKali Kaneko
2015-06-05[feature] post-sync mail processing hooksKali Kaneko
2015-05-14[feat] adapt to new events api on commonIvan Alejandro
2015-02-20notify MUA on closing connectionKali Kaneko
2015-02-20fix broken multipart attachment renderingKali Kaneko
2015-02-11lots of little fixes after meskio's reviewKali Kaneko
2015-02-11Refactor fetch into leap.mail.incoming IServiceRuben Pollan
2015-02-11Complete IMAP implementation, update testsKali Kaneko
2014-03-05workaround attempt for the recursionlimit bug with qtreactor.Kali Kaneko
2014-02-17add cProfiler instrumentationKali Kaneko
2014-02-17docstring fixesKali Kaneko
2014-02-17suggest bigger threadpool to reactors that honor itKali Kaneko
2014-02-17make the condition optionalKali Kaneko
2014-02-17take recent count from memstoreKali Kaneko
2014-02-06Flush IMAP data to disk when stopping. Closes #5095.drebs
2014-02-04fixes after reviewKali Kaneko
2014-02-02enable manhole for debuggingKali Kaneko
2014-01-28add soledadstore classKali Kaneko
2014-01-28move server to its own fileKali Kaneko
2014-01-28memory store for append/fetch/copyKali Kaneko
2014-01-21workaround for recursionlimit due to qtreactorKali Kaneko
2014-01-17Add a fetch_headers for mass-header fetch queriesKali Kaneko
2014-01-17Separate RECENT Flag to a mailbox document.Kali Kaneko
2014-01-16patch UIDVALIDITY response for conformance to the specKali Kaneko
2014-01-16Dispatch the flags query if it's the only one.Kali Kaneko
2014-01-15Performance improvement on FLAGS-only FETCHKali Kaneko
2014-01-11add offline flagKali Kaneko
2014-01-08add a flag to be able to close the sessionKali Kaneko
2014-01-08Second stage of the new year's storage rewrite.Kali Kaneko
2013-12-26Split the near-2k loc file into more handy modules.Kali Kaneko
2013-11-26reduce polling time to one minuteKali Kaneko
2013-11-12check username on imap authenticationKali Kaneko
2013-11-06Make the pkey a propertyKali Kaneko
2013-11-01notify MUA of new mail as it gets added to mailboxKali Kaneko
2013-10-30Return port and factory from the imap launch methodTomás Touceda
2013-09-03Make mail services bind to 127.0.0.1 instead of 0.0.0.0Kali Kaneko
2013-08-22Merge remote-tracking branch 'kali/feature/3409_make_imap_fetch_period_config...Tomás Touceda
2013-08-21Make a sensible default for incoming mail fetch period.Kali Kaneko
2013-08-21Merge remote-tracking branch 'kali/feature/add_debug_errors' into developTomás Touceda
2013-08-21Merge remote-tracking branch 'drebs/feature/3487-split-soledad-into-common-cl...Tomás Touceda
2013-08-21Update to new soledad package scheme.drebs
2013-08-21Add errors in logger so we get them in client.Kali Kaneko
2013-08-19Signal string content instead of bool or intTomás Touceda