aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/seqmap.go
Commit message (Expand)AuthorAgeFilesLines
* imap: create copy of uids to retain sort orderTim Culverhouse2022-08-221-1/+2
* seqmap: refactor seqmap to use slice instead of mapTim Culverhouse2022-08-031-26/+42
* seqmap: sync seqNum to uid after expungeTim Culverhouse2022-07-241-2/+14
* imap: fix data race on seqMap arrayRobin Jarry2022-06-241-0/+48