aboutsummaryrefslogtreecommitdiffstats
path: root/worker/maildir
Commit message (Expand)AuthorAgeFilesLines
...
* logging: substitute %w for %vKoni Marti2022-10-021-28/+28
* backends: send MessageInfoError on header fetching errorTim Culverhouse2022-09-251-1/+1
* charset: handle unknown charsets more user-friendlyKoni Marti2022-09-251-2/+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
* maildir: implement MoveMessages handlingTim Culverhouse2022-08-222-0/+36
* go: removed io/ioutilMoritz Poldrack2022-08-222-5/+4
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-043-45/+45
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-043-8/+11
* lint: apply new formatting rulesMoritz Poldrack2022-08-013-9/+16
* checkmail: error if check-mail-cmd is not setTim Culverhouse2022-08-011-0/+4
* logging: use level-based logger functionsRobin Jarry2022-07-233-46/+44
* account: import mbox file to a folderKoni Marti2022-07-141-1/+3
* account: export folder to mbox fileKoni Marti2022-07-141-0/+3
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-4/+19
* threading: add backend capabilities to workersTim Culverhouse2022-07-101-0/+5
* worker/maildir: implement Maildir++ supportAdnan Maolood2022-07-102-4/+42
* maildir: fix dirinfo.Unseen and Exists countingTim Culverhouse2022-06-141-2/+0
* dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim Culverhouse2022-06-071-13/+4
* feat: add background mail polling option for all workersTim Culverhouse2022-05-311-11/+42
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-1/+1
* maildir: fix data race in maildir workerwagner riffel2022-03-071-25/+82
* maildir: defer the count of recent messagesRobin Jarry2022-01-301-25/+32
* maildir,notmuch: pass in-memory message to callbackNguyễn Gia Phong2022-01-201-1/+7
* maildir,notmuch: avoid leaking open filesNguyễn Gia Phong2022-01-193-7/+4
* maildir: watch for message renamesRobin Jarry2021-12-061-2/+5
* maildir: watch for external changesRobin Jarry2021-12-061-4/+12
* go.mod: change base git urlRobin Jarry2021-11-054-9/+9
* maildir: track the recent flag correctlyReto Brunner2021-11-012-31/+55
* notmuch/maildir: remove double emit of the dirinfoReto Brunner2021-04-281-2/+0
* maildir: don't read the full file into memoryReto Brunner2021-02-081-8/+2
* Add support for :rmdirARaspiK2020-08-191-0/+12
* maildir: Provide nicer error message on invalid urlTero Koskinen2020-07-272-4/+34
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-271-1/+7
* Add flag based search optionsTobias Wölfel2020-07-251-1/+18
* Only send directory info once from maildirAndrew Jeffery2020-07-191-4/+5
* Add additional flagging functionalityARaspiK2020-07-082-30/+17
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-252-0/+55
* maildir: remove read handling from FetchMessageBodyPartReto Brunner2020-05-111-21/+0
* Allow maildir subdirectoriesGrégoire Delattre2020-05-051-11/+27
* Count recent messages in maildir exists total tooJeffas2020-03-091-1/+1
* Mark sent messages as "seen" in maildirGalen Abell2020-03-032-9/+29
* Update DirectoryInfo handling for maildirJeffas2020-02-281-6/+50
* Make search more lenientJeffas2020-02-261-1/+2
* Ensure new directory exists before unwatching oldGalen Abell2020-02-251-5/+6
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+4
* Change search flagsJeffas2019-09-201-2/+6
* Add sorting functionalityJeffas2019-09-201-7/+46
* Add directory info messagesJeffas2019-09-181-16/+55
* Add basic searching to the maildir backendJeffas2019-09-162-1/+260