about summary refs log tree commit diff stats
path: root/worker/maildir
Commit message (Expand)AuthorAgeFilesLines
* Allow maildir subdirectoriesGrégoire Delattre2020-05-051-11/+27
* Count recent messages in maildir exists total tooJeffas2020-03-091-1/+1
* Mark sent messages as "seen" in maildirGalen Abell2020-03-032-9/+29
* Update DirectoryInfo handling for maildirJeffas2020-02-281-6/+50
* Make search more lenientJeffas2020-02-261-1/+2
* Ensure new directory exists before unwatching oldGalen Abell2020-02-251-5/+6
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+4
* Change search flagsJeffas2019-09-201-2/+6
* Add sorting functionalityJeffas2019-09-201-7/+46
* Add directory info messagesJeffas2019-09-181-16/+55
* Add basic searching to the maildir backendJeffas2019-09-162-1/+260
* maildir: Preserve flags when copying messagesBen Burwell2019-08-081-20/+2
* Extract message parsing to common worker moduleReto Brunner2019-08-081-220/+16
* Clean maildirs when openedBen Burwell2019-08-021-0/+4
* Fix error handling in maildir workerNicolai Dagestad2019-07-191-14/+7
* Register worker in init.Reto Brunner2019-07-191-1/+6
* maildir: Watch for new messagesBen Burwell2019-07-171-13/+68
* Fix header decodingBen Burwell2019-07-171-13/+16
* Fix missing format fields in maildir/container.goDrew DeVault2019-07-131-2/+2
* Implement maildir copyBen Burwell2019-07-122-2/+41
* Add maildir backend workerBen Burwell2019-07-123-0/+780
4 -0400 committer Ben Morrison <ben@gbmor.dev> 2019-06-06 01:23:44 -0400 moved initDatabase() to db.go' href='/gbmor/getwtxt/commit/svc/db.go?h=v0.4.14&id=439695f5521924833153852dc84040554e835f11'>439695f ^
439695f ^
1a15258 ^
439695f ^

1a15258 ^
c8fddff ^








1a15258 ^
c8fddff ^
e9d4a6b ^
c8fddff ^

e9d4a6b ^
c8fddff ^

1a15258 ^
c8fddff ^
c8fddff ^
e9d4a6b ^
c8fddff ^
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
52
53
54
55
56
57
58
59