aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/search.go
Commit message (Expand)AuthorAgeFilesLines
* filter: allow workers to combine filter termsKoni Marti2024-02-111-1/+3
* search: use a common api for all workersRobin Jarry2023-10-281-80/+35
* worker: move shared code to libRobin Jarry2023-10-281-2/+2
* search: handle headers in search/filter queryJulian Marcos2023-04-221-1/+7
* imap: filter and search with a date rangeKoni Marti2022-12-021-1/+15
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-3/+4
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-0/+3
* Add flag based search optionsTobias Wölfel2020-07-251-1/+24
* Change search flagsJeffas2019-09-201-2/+6
* Add new search behaviour for imapJeffas2019-09-111-4/+19
* extract search criteria parsing into the backendsReto Brunner2019-08-291-0/+29