aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/cache.go
Commit message (Expand)AuthorAgeFilesLines
* 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