aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/checkmail.go
Commit message (Expand)AuthorAgeFilesLines
* worker: add WorkerInteractor interfaceKoni Marti2023-06-221-1/+1
* imap: use named loggerRobin Jarry2023-06-121-3/+2
* directory: use directory to store rue countsTim Culverhouse2023-04-221-5/+1
* capabilities: report capabilities from backendTim Culverhouse2023-04-221-1/+0
* imap: properly handle mailbox status updatesTim Culverhouse2023-04-221-0/+9
* msgstore: fetch message list based on OpenDirectory msgTim Culverhouse2023-04-221-1/+0
* imap: use list-status for check-mailTim Culverhouse2022-12-021-24/+43
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* logging: homogenize levelsRobin Jarry2022-12-021-1/+1
* imap: stop checkmail if there are pending actionskt programs2022-09-291-0/+13
* logging: use level-based logger functionsRobin Jarry2022-07-231-1/+2
* threading: add backend capabilities to workersTim Culverhouse2022-07-101-0/+1
* feat: add background mail polling option for all workersTim Culverhouse2022-05-311-0/+40