summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/mailbox.py
AgeCommit message (Expand)Author
2014-02-25fix unread notification to UIKali Kaneko
2014-02-25Workaround for broken notify-after-copyKali Kaneko
2014-02-20Fix regression on "duplicate drafts" issue.Kali Kaneko
2014-02-20fix rdoc duplicationKali Kaneko
2014-02-17avoid unneeded db index updates and rdoc creationKali Kaneko
2014-02-17defer fetch-all-flags tooKali Kaneko
2014-02-17cache uidvalidityKali Kaneko
2014-02-17speedup mailbox selectKali Kaneko
2014-02-17docstring fixesKali Kaneko
2014-02-17remove all refs during removal, and protect from empty docsKali Kaneko
2014-02-17move mbox-doc handling to soledadstore, and lock itKali Kaneko
2014-02-17purge empty fdocs on selectKali Kaneko
2014-02-17defer appends tooKali Kaneko
2014-02-17defer fetch to threadKali Kaneko
2014-02-17fix repeated recent flagKali Kaneko
2014-02-17do not get last_uid from the set of soledad messagesKali Kaneko
2014-02-17add profile-command utilityKali Kaneko
2014-02-17remove hdoc copy since it's in its own structure nowKali Kaneko
2014-02-17take recent count from memstoreKali Kaneko
2014-02-17do not defer fetches to threadKali Kaneko
2014-02-17prefetch flag docsKali Kaneko
2014-02-17defer copy and soledad writesKali Kaneko
2014-02-05fix expunge deferreds so they waitKali Kaneko
2014-02-04fixes after reviewKali Kaneko
2014-02-02re-add expunge deferredKali Kaneko
2014-02-02fix missing content after in-memory addKali Kaneko
2014-01-31properly implement deferreds in several commandsKali Kaneko
2014-01-31prime-uidsKali Kaneko
2014-01-30skip notificationsKali Kaneko
2014-01-30Fix UIDVALIDITY command.Kali 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-28flags use the memstoreKali Kaneko
2014-01-28add soledadstore classKali Kaneko
2014-01-28memory store for append/fetch/copyKali Kaneko
2014-01-26temporarily remove notify after adding msgKali Kaneko
2014-01-21workaround for recursionlimit due to qtreactorKali Kaneko
2014-01-20Fix search command filterTomás Touceda
2014-01-20Fix typo in the signal_unread method. Closes: #5001Kali 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-16Temporal refactor setting of recent flag.Kali Kaneko
2014-01-16Fix grave bug with iteration in STOREKali Kaneko
2014-01-16factor out bound and filter for msg seqsKali Kaneko
2014-01-16reset last uid on expungeKali Kaneko
2014-01-15Performance improvement on FLAGS-only FETCHKali Kaneko
2014-01-14remove locks (moved to soledad client)Kali Kaneko
2014-01-13Very limited support for SEARCH Commands. Closes: #4209Kali Kaneko
2014-01-13Add check for uniqueness when adding mails.Kali Kaneko