summaryrefslogtreecommitdiff
path: root/worker/imap/open.go
AgeCommit message (Expand)Author
2022-06-24imap: fix data race on seqMap arrayRobin Jarry
2022-06-22imap: add option to cache headersTim Culverhouse
2022-03-18go vet: composite literal uses unkeyed fieldsMoritz Poldrack
2021-11-13messages: allow displaying email threadsy0ast
2021-11-05go.mod: change base git urlRobin Jarry
2021-11-02imap: use builtin idle supportRobin Jarry
2020-10-11imap: add sort supportReto Brunner
2019-11-10worker/imap: Fix seqMap race conditionKevin Kuehler
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-13Handle incoming emails gracefullyDrew DeVault
2019-04-29worker/imap: use the IMAP connection from a single goroutineSimon Ser
2019-03-20Implement :delete-messageDrew DeVault
2019-03-14Implement message store side of message fetchingDrew DeVault
2019-03-10Fetch valid UIDs from server after opening dirDrew DeVault
2019-01-13Issue IMAP SELECT commandDrew DeVault