aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/cache.go
Commit message (Expand)AuthorAgeFilesLines
* log: move package to libRobin Jarry2024-02-141-1/+1
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-21/+2
* imap: fix header cache key collisionsRobin Jarry2023-07-161-13/+17
* logging: remove ultra verbose trace logsRobin Jarry2023-06-121-2/+0
* imap: use named loggerRobin Jarry2023-06-121-20/+22
* headers: enable partial header fetchingTim Culverhouse2023-05-161-0/+9
* imap: avoid error log when pruning cache entriesRobin Jarry2023-04-271-2/+4
* imap: add size field to cache structKoni Marti2023-04-261-1/+4
* imap: clear cache on tag mismatchKoni Marti2023-04-261-2/+41
* parse msg-id lists more liberallyNguyễn Gia Phong2023-03-261-4/+2
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-061-0/+1
* model: change flags array to bitmaskRobin Jarry2023-01-041-1/+1
* logging: rename package to logRobin Jarry2022-12-021-15/+15
* logging: homogenize levelsRobin Jarry2022-12-021-6/+7
* message-info: add explicit References fieldTim Culverhouse2022-11-091-0/+4
* cache: fetch flags from UITim Culverhouse2022-09-201-10/+4
* imap: prevent deadlock from posting actions to selfTim Culverhouse2022-09-201-1/+2
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-2/+2
* logging: use level-based logger functionsRobin Jarry2022-07-231-14/+15
* imap: add option to cache headersTim Culverhouse2022-06-221-0/+174