summary refs log tree commit diff stats
path: root/lib/uidstore/uidstore.go
Commit message (Collapse)AuthorAgeFilesLines
* Create UIDStore packageBen Burwell2019-07-121-0/+62
This package can be used to provide a source for mapping mock UIDs back to relevant keys for alternate backends. For example, for the Maildir backend, we need to map between UID and message file names.
d='n45' href='#n45'>45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78