aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/seqmap_test.go
Commit message (Expand)AuthorAgeFilesLines
* imap: create copy of uids to retain sort orderTim Culverhouse2022-08-221-1/+4
* seqmap: refactor seqmap to use slice instead of mapTim Culverhouse2022-08-031-19/+20
* seqmap: compare ints instead of uintsTim Culverhouse2022-08-031-2/+2
* seqmap: re-order test assertsTim Culverhouse2022-08-031-15/+15
* seqmap: sync seqNum to uid after expungeTim Culverhouse2022-07-241-3/+6
* imap: fix data race on seqMap arrayRobin Jarry2022-06-241-0/+78