about summary refs log tree commit diff stats
path: root/lib/uidstore
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.
lvino@bk.ru> 2016-09-20 17:12:45 +0100 index's revision' href='/punk/doc/commit/index.html?id=2cda042c1c46b245a9e012a95ac2910525505a31'>2cda042 ^
e366842 ^
d54e311 ^
7a6d042

2cda042 ^



7a6d042
e4b9fd6 ^
7a6d042

2cda042 ^








7a6d042



2cda042 ^
7a6d042





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51