about summary refs log tree commit diff stats
path: root/worker/imap/list.go
Commit message (Expand)AuthorAgeFilesLines
* 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