aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/open.go
Commit message (Expand)AuthorAgeFilesLines
* search: use a common api for all workersRobin Jarry2023-10-281-18/+5
* imap: only call UidSort with sort criteriaKoni Marti2023-06-251-2/+3
* imap: implement cancellation of opening dir and listing contentsTim Culverhouse2023-06-201-39/+72
* imap: use named loggerRobin Jarry2023-06-121-8/+7
* logging: rename package to logRobin Jarry2022-12-021-8/+8
* logging: homogenize levelsRobin Jarry2022-12-021-5/+5
* imap: add support for ORDEREDSUBJECT threading algorithmjp392022-11-091-1/+1
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-1/+1
* seqmap: refactor seqmap to use slice instead of mapTim Culverhouse2022-08-031-2/+15
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-4/+6
* sort: show warning when sort is not supportedKoni Marti2022-07-261-0/+2
* logging: use level-based logger functionsRobin Jarry2022-07-231-6/+7
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-9/+16
* imap: fix data race on seqMap arrayRobin Jarry2022-06-241-4/+2
* imap: add option to cache headersTim Culverhouse2022-06-221-1/+2
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-4/+4
* messages: allow displaying email threadsy0ast2021-11-131-0/+63
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* imap: use builtin idle supportRobin Jarry2021-11-021-3/+0
* imap: add sort supportReto Brunner2020-10-111-2/+47
* worker/imap: Fix seqMap race conditionKevin Kuehler2019-11-101-1/+3
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Handle incoming emails gracefullyDrew DeVault2019-05-131-0/+3
* worker/imap: use the IMAP connection from a single goroutineSimon Ser2019-04-291-32/+29
* Implement :delete-messageDrew DeVault2019-03-201-0/+1
* Implement message store side of message fetchingDrew DeVault2019-03-141-7/+2
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-101-0/+34
* Issue IMAP SELECT commandDrew DeVault2019-01-131-0/+20