aboutsummaryrefslogtreecommitdiff
path: root/worker
AgeCommit message (Expand)Author
2019-11-17Parse Reply-To header while parsing envelopeSrivathsan Murali
2019-11-10worker/imap: Fix seqMap race conditionKevin Kuehler
2019-11-01Notmuch: be resilient to config errorsReto Brunner
2019-11-01notmuch: ignore comments and blank lines when processing query-map fileMatt Snider
2019-10-16Fix: oauthbearer runtime errorFrode Aannevik
2019-09-20Change search flagsJeffas
2019-09-20notmuch: add sort functionalityReto Brunner
2019-09-20Add sorting functionalityJeffas
2019-09-18Add directory info messagesJeffas
2019-09-16Add basic searching to the maildir backendJeffas
2019-09-16notmuch: implement ModifyLabelsReto Brunner
2019-09-16notmuch: sync maildir flagsReto Brunner
2019-09-16notmuch: extract all notmuch db operations.Reto Brunner
2019-09-12Add modify-labels commandReto Brunner
2019-09-11Add new search behaviour for imapJeffas
2019-09-04all: rewrite references to strings.Index to strings.ContainsWagner Riffel
2019-08-29notmuch: add search / filter capabilitiesReto Brunner
2019-08-29extract search criteria parsing into the backendsReto Brunner
2019-08-26Notmuch: use adhoc write connection.Reto Brunner
2019-08-26imap worker: do not copy mailbox status mutexWagner Riffel
2019-08-08maildir: Preserve flags when copying messagesBen Burwell
2019-08-08Add notmuch backendReto Brunner
2019-08-08Extract message parsing to common worker moduleReto Brunner
2019-08-08Don't print imap errors to uiJelle Besseling
2019-08-02Clean maildirs when openedBen Burwell
2019-07-19Fix error handling in maildir workerNicolai Dagestad
2019-07-19Register worker in init.Reto Brunner
2019-07-17maildir: Watch for new messagesBen Burwell
2019-07-17Fix header decodingBen Burwell
2019-07-13Fix missing format fields in maildir/container.goDrew DeVault
2019-07-12Implement maildir copyBen Burwell
2019-07-12Add maildir backend workerBen Burwell
2019-07-11#190 Handle gmail duplicate folderDaniel Bridges
2019-07-11Support imaps with oauthbearer authentication (Gmail)Frode Aannevik
2019-07-08Factor IMAP-specific structs out of UI modelsBen Burwell
2019-07-08Use []uint32 instead of imap.SeqSetBen Burwell
2019-07-08Factor UI models out of the worker message packageBen Burwell
2019-07-04Sort out dirstore once and for allDrew DeVault
2019-06-24worker/imap: rig up search directory handlerDrew DeVault
2019-06-24worker/imap: implement searchDrew DeVault
2019-06-14imap: block until directory list is fully receivedDrew DeVault
2019-06-14imap: respect the folder config optionReto Brunner
2019-06-09Add :read and :unread commandsDrew DeVault
2019-06-09Update our message flags when server updates themDrew DeVault
2019-06-09Add archive commandRobert Günzler
2019-06-08Fetch headers w/peek to leave emails unreadYash Srivastav
2019-06-07implements ability to view headers in message viewYash Srivastav
2019-06-02Wait for listing to complete before sending DoneDrew DeVault
2019-06-02Don't send Done until finished fetching messagesDrew DeVault
2019-06-02Remove worker callbacks when Done is receivedDrew DeVault