aboutsummaryrefslogtreecommitdiffstats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
...
* charset: handle unknown charsets more user-friendlyKoni Marti2022-09-255-9/+23
* cache: fetch flags from UITim Culverhouse2022-09-202-11/+6
* Revert "worker: prevent deadlock by flooding worker.Messages channel"Moritz Poldrack2022-09-201-4/+1
* worker: prevent deadlock by flooding worker.Messages channelTim Culverhouse2022-09-201-1/+4
* imap: prevent deadlock from posting actions to selfTim Culverhouse2022-09-203-3/+10
* notmuch: fix regression in error handlingJose Lombera2022-09-011-1/+1
* maildir: do not send dircontents on fs eventTim Culverhouse2022-08-301-13/+0
* maildir: remove filename encoded UID when moving messagesTim Culverhouse2022-08-241-2/+13
* parse: remove trailing whitespace from rfc1123z regexThomas Faughnan2022-08-221-1/+1
* maildir: implement MoveMessages handlingTim Culverhouse2022-08-222-0/+36
* imap: implement MoveMessages handlingTim Culverhouse2022-08-222-0/+19
* mbox: implement MoveMessages handlingTim Culverhouse2022-08-221-0/+18
* worker: introduce MoveMessages typeTim Culverhouse2022-08-221-0/+12
* imap: create copy of uids to retain sort orderTim Culverhouse2022-08-222-2/+6
* mbox: filtering for mbox accountsKoni Marti2022-08-221-30/+44
* mark: (un)mark message threadsKoni Marti2022-08-221-0/+29
* go: removed io/ioutilMoritz Poldrack2022-08-228-20/+16
* tests: fix errors after lint seriesRobin Jarry2022-08-041-1/+1
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-0414-123/+127
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-049-32/+36
* lint: removed unused code (deadcode, structcheck, unused)Moritz Poldrack2022-08-042-3/+0
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-044-6/+19
* lint: simplify code (gosimple)Moritz Poldrack2022-08-042-30/+24
* lint: remove ineffectual assignments (ineffassign)Moritz Poldrack2022-08-041-1/+1
* lint: remove unused structs and functions (unused)Moritz Poldrack2022-08-041-5/+1
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-041-1/+0
* lint: remove empty branches (SA9003)Moritz Poldrack2022-08-041-4/+4
* seqmap: refactor seqmap to use slice instead of mapTim Culverhouse2022-08-035-48/+80
* seqmap: compare ints instead of uintsTim Culverhouse2022-08-031-2/+2
* seqmap: re-order test assertsTim Culverhouse2022-08-031-15/+15
* lint: apply new formatting rulesMoritz Poldrack2022-08-0120-70/+97
* checkmail: error if check-mail-cmd is not setTim Culverhouse2022-08-012-0/+8
* notmuch: fix cursor movement in threaded viewKoni Marti2022-07-312-1/+7
* imap: remove unused expunge codeTim Culverhouse2022-07-261-21/+1
* sort: show warning when sort is not supportedKoni Marti2022-07-261-0/+2
* seqmap: sync seqNum to uid after expungeTim Culverhouse2022-07-242-5/+20
* logging: use level-based logger functionsRobin Jarry2022-07-2319-171/+165
* imap: disable debug loggerRobin Jarry2022-07-231-2/+0
* imap: fix error when server returns a message without body sectionRobin Jarry2022-07-231-0/+4
* account: import mbox file to a folderKoni Marti2022-07-141-1/+3
* account: export folder to mbox fileKoni Marti2022-07-141-0/+3
* mbox: implement an mbox backend workerKoni Marti2022-07-146-2/+952
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-105-18/+58
* threading: add backend capabilities to workersTim Culverhouse2022-07-104-0/+25
* worker/maildir: implement Maildir++ supportAdnan Maolood2022-07-102-4/+42
* notmuch: fix server-side threadsTim Culverhouse2022-07-021-3/+15
* lint: fix composite literal using unkeyed fieldsMoritz Poldrack2022-06-261-1/+1
* imap: fix data race on seqMap arrayRobin Jarry2022-06-246-28/+146
* imap: add option to cache headersTim Culverhouse2022-06-226-12/+248
* maildir: fix dirinfo.Unseen and Exists countingTim Culverhouse2022-06-141-2/+0