aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/list.go
Commit message (Expand)AuthorAgeFilesLines
* log: move package to libRobin Jarry2024-02-141-1/+1
* search: use a common api for all workersRobin Jarry2023-10-281-5/+1
* imap: implement cancellation of searching and fetchingTim Culverhouse2023-06-201-0/+14
* imap: use named loggerRobin Jarry2023-06-121-2/+2
* imap: handle the NonExistent attributeKoni Marti2023-05-161-1/+4
* directory: add IANA mailbox rolesTim Culverhouse2023-04-221-3/+18
* directory: use directory to store rue countsTim Culverhouse2023-04-221-5/+1
* directory: remove attributes fieldTim Culverhouse2023-04-221-2/+1
* capabilities: report capabilities from backendTim Culverhouse2023-04-221-1/+0
* msgstore: fetch message list based on OpenDirectory msgTim Culverhouse2023-04-221-1/+0
* imap: use list-status for list-directories if availableTim Culverhouse2022-12-021-8/+48
* imap: simplify error handling in list directoriesTim Culverhouse2022-12-021-5/+6
* logging: rename package to logRobin Jarry2022-12-021-4/+4
* logging: homogenize levelsRobin Jarry2022-12-021-2/+2
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-1/+0
* logging: use level-based logger functionsRobin Jarry2022-07-231-2/+2
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+3
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-1/+1
* go.mod: change base git urlRobin Jarry2021-11-051-2/+2
* extract search criteria parsing into the backendsReto Brunner2019-08-291-8/+20
* Factor UI models out of the worker message packageBen Burwell2019-07-081-3/+6
* Sort out dirstore once and for allDrew DeVault2019-07-041-13/+0
* worker/imap: implement searchDrew DeVault2019-06-241-0/+16
* imap: block until directory list is fully receivedDrew DeVault2019-06-141-0/+1
* imap: respect the folder config optionReto Brunner2019-06-141-0/+13
* Wait for listing to complete before sending DoneDrew DeVault2019-06-021-0/+3
* Skip non selectable mailboxes in directory listingReto Brunner2019-05-261-0/+13
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* worker/imap: use the IMAP connection from a single goroutineSimon Ser2019-04-291-13/+11
* Tidy up list.goDrew DeVault2018-02-021-22/+15
* Refactoring; consume listing responseDrew DeVault2018-02-011-4/+8
* Implement (most of) mailbox listingDrew DeVault2018-02-011-0/+37