summary refs log tree commit diff stats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* Parse Reply-To header while parsing envelopeSrivathsan Murali2019-11-171-0/+5
* worker/imap: Fix seqMap race conditionKevin Kuehler2019-11-101-1/+3
* Notmuch: be resilient to config errorsReto Brunner2019-11-011-3/+22
* notmuch: ignore comments and blank lines when processing query-map fileMatt Snider2019-11-011-0/+4
* Fix: oauthbearer runtime errorFrode Aannevik2019-10-161-6/+7
* Change search flagsJeffas2019-09-202-4/+12
* notmuch: add sort functionalityReto Brunner2019-09-201-6/+41
* Add sorting functionalityJeffas2019-09-204-7/+319
* Add directory info messagesJeffas2019-09-181-16/+55
* Add basic searching to the maildir backendJeffas2019-09-162-1/+260
* notmuch: implement ModifyLabelsReto Brunner2019-09-161-26/+61
* notmuch: sync maildir flagsReto Brunner2019-09-161-1/+4
* notmuch: extract all notmuch db operations.Reto Brunner2019-09-163-175/+250
* Add modify-labels commandReto Brunner2019-09-121-0/+7
* Add new search behaviour for imapJeffas2019-09-111-4/+19
* all: rewrite references to strings.Index to strings.ContainsWagner Riffel2019-09-041-1/+1
* notmuch: add search / filter capabilitiesReto Brunner2019-08-291-9/+29
* extract search criteria parsing into the backendsReto Brunner2019-08-293-11/+50
* Notmuch: use adhoc write connection.Reto Brunner2019-08-262-30/+147
* imap worker: do not copy mailbox status mutexWagner Riffel2019-08-261-2/+3
* maildir: Preserve flags when copying messagesBen Burwell2019-08-081-20/+2
* Add notmuch backendReto Brunner2019-08-083-0/+521
* Extract message parsing to common worker moduleReto Brunner2019-08-082-220/+256
* Don't print imap errors to uiJelle Besseling2019-08-081-0/+1
* Clean maildirs when openedBen Burwell2019-08-021-0/+4
* Fix error handling in maildir workerNicolai Dagestad2019-07-191-14/+7
* Register worker in init.Reto Brunner2019-07-195-20/+53
* maildir: Watch for new messagesBen Burwell2019-07-172-14/+73
* Fix header decodingBen Burwell2019-07-171-13/+16
* Fix missing format fields in maildir/container.goDrew DeVault2019-07-131-2/+2
* Implement maildir copyBen Burwell2019-07-122-2/+41
* Add maildir backend workerBen Burwell2019-07-124-0/+783
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-112-4/+2
* Support imaps with oauthbearer authentication (Gmail)Frode Aannevik2019-07-111-6/+28
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-083-8/+83
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-085-16/+30
* Factor UI models out of the worker message packageBen Burwell2019-07-084-49/+55
* Sort out dirstore once and for allDrew DeVault2019-07-041-13/+0
* worker/imap: rig up search directory handlerDrew DeVault2019-06-241-0/+2
* worker/imap: implement searchDrew DeVault2019-06-242-0/+26
* imap: block until directory list is fully receivedDrew DeVault2019-06-141-0/+1
* imap: respect the folder config optionReto Brunner2019-06-142-1/+16
* Add :read and :unread commandsDrew DeVault2019-06-093-0/+26
* Update our message flags when server updates themDrew DeVault2019-06-092-2/+34
* Add archive commandRobert Günzler2019-06-093-0/+29
* Fetch headers w/peek to leave emails unreadYash Srivastav2019-06-081-0/+1
* implements ability to view headers in message viewYash Srivastav2019-06-072-1/+22
* Wait for listing to complete before sending DoneDrew DeVault2019-06-021-0/+3
* Don't send Done until finished fetching messagesDrew DeVault2019-06-021-0/+3
* Remove worker callbacks when Done is receivedDrew DeVault2019-06-022-5/+13