summary refs log tree commit diff stats
path: root/worker/imap/open.go
Commit message (Expand)AuthorAgeFilesLines
* Handle incoming emails gracefullyDrew DeVault2019-05-131-0/+3
* worker/imap: use the IMAP connection from a single goroutineSimon Ser2019-04-291-32/+29
* Implement :delete-messageDrew DeVault2019-03-201-0/+1
* Implement message store side of message fetchingDrew DeVault2019-03-141-7/+2
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-101-0/+34
* Issue IMAP SELECT commandDrew DeVault2019-01-131-0/+20
6-04 18:50:49 -0400 committer Ben Morrison <ben@gbmor.dev> 2019-06-04 18:50:49 -0400 updated index.AddUser() calls to reflect new version of registry lib' href='/gbmor/getwtxt/commit/query_test.go?h=v0.3.2&id=db1dc5d8c2d1557b085b63cb8c511f5a9864b38e'>db1dc5d ^
73f58c1 ^












5bfffe1 ^










21e981b ^
5bfffe1 ^








































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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128