about summary refs log tree commit diff stats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-257-0/+155
* imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner2020-05-162-110/+109
* maildir: remove read handling from FetchMessageBodyPartReto Brunner2020-05-111-21/+0
* notmuch: remove read handling from FetchMessageBodyPartReto Brunner2020-05-111-13/+0
* Guess date from received if not presentelumbella2020-05-061-1/+41
* Allow maildir subdirectoriesGrégoire Delattre2020-05-051-11/+27
* store.FetchFull: Change callback type to expose entire messageBen Fiedler2020-05-011-0/+1
* imap/fetch.go: report error when fetching headers failsBen Fiedler2020-04-241-3/+4
* Count recent messages in maildir exists total tooJeffas2020-03-091-1/+1
* Ignore missing message part in getDecodedPartAmir Yalon2020-03-091-1/+1
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-3/+3
* worker/imap: rely on go-imap for charset handlingSimon Ser2020-03-031-31/+13
* Mark sent messages as "seen" in maildirGalen Abell2020-03-037-18/+56
* notmuch: emit dirinfo upon label changeReto Brunner2020-03-011-0/+3
* remove the dirInfoUpdateRequest functionalityReto Brunner2020-02-292-9/+0
* notmuch: align dirInfo logic to the maildir workerReto Brunner2020-02-291-10/+13
* Cleanup sorting logicJeffas2020-02-281-155/+55
* Update DirectoryInfo handling for maildirJeffas2020-02-281-6/+50
* Make search more lenientJeffas2020-02-261-1/+2
* Add missing notmuch build tagsJeffas2020-02-262-0/+4
* Ensure new directory exists before unwatching oldGalen Abell2020-02-251-5/+6
* lib/msgstore: debounce directoryUpdateRequestsReto Brunner2020-02-251-0/+2
* notmuch: refresh dirlist in backgroundReto Brunner2020-02-163-1/+27
* notmuch: add internal event loopReto Brunner2020-02-163-12/+38
* notmuch: emit DirInfo upon requestReto Brunner2020-02-161-12/+44
* Request DirInfo whenever the unread count may have changedReto Brunner2020-02-161-0/+7
* imap: fix double closing idleStopReto Brunner2020-02-161-2/+4
* notmuch: avoid stale DBsReto Brunner2020-02-161-99/+133
* worker/lib/parse: be more tolerant with parsing email addressesTimmy Douglas2020-02-061-1/+1
* imap: emit messageinfo when changing read state.Reto Brunner2020-01-241-2/+17
* worker/imap: don't decode in FetchFullMessage.Reto Brunner2020-01-181-27/+2
* maildir/notmuch: don't re-encode readersReto Brunner2020-01-051-37/+4
* imap: decode reader prior to returning themReto Brunner2020-01-051-10/+90
* FetchBodyParts: decode source in the workersReto Brunner2020-01-051-2/+4
* Add labels to index format (%g)Reto Brunner2019-12-273-0/+14
* notmuch: emit LabelList eventReto Brunner2019-12-212-0/+29
* add LabelList eventReto Brunner2019-12-211-0/+5
* decode(RFC 2047) imap headers to fix encoding in subject & filenamesLeszek Cimała2019-12-071-5/+25
* 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