summary refs log tree commit diff stats
path: root/worker/lib/parse.go
Commit message (Expand)AuthorAgeFilesLines
* base models.Address on the mail.Address typeReto Brunner2020-08-201-10/+1
* improve date parsing for notmuch/maildirReto Brunner2020-08-101-24/+49
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-271-6/+4
* Make it easier to debug date parsing errorsLyudmil Angelov2020-07-111-1/+1
* Guess date from received if not presentelumbella2020-05-061-1/+41
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-3/+3
* worker/lib/parse: be more tolerant with parsing email addressesTimmy Douglas2020-02-061-1/+1
* maildir/notmuch: don't re-encode readersReto Brunner2020-01-051-37/+4
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+6
* Parse Reply-To header while parsing envelopeSrivathsan Murali2019-11-171-0/+5
* all: rewrite references to strings.Index to strings.ContainsWagner Riffel2019-09-041-1/+1
* Extract message parsing to common worker moduleReto Brunner2019-08-081-0/+240
profani-tty/commit/themes/solarized-dark?id=637708151c2fc8e99db9ab7efaf954e4294212de'>63770815 ^
49271e46 ^
3c59f985 ^

63770815 ^
3c59f985 ^
63770815 ^





3c59f985 ^
63770815 ^

3c59f985 ^
63770815 ^




3c59f985 ^
63770815 ^


3c59f985 ^
63770815 ^



5dbef8ad ^
63770815 ^

3c59f985 ^

63770815 ^
3c59f985 ^
63770815 ^

3c59f985 ^

63770815 ^
3c59f985 ^
63770815 ^

3c59f985 ^

63770815 ^
3c59f985 ^
63770815 ^

3c59f985 ^



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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82