about 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
00 committer hut <hut@lavabit.com> 2009-12-13 16:23:01 +0100 clean ups, comments' href='/akspecs/ranger/commit/test/tc_history.py?h=v1.9.0b2&id=4c05e43d11430fbfd8a5d86ae0070e24775251b1'>4c05e43d ^
22bb7e35 ^






3dbefa71 ^
22bb7e35 ^

3dbefa71 ^

22bb7e35 ^
3dbefa71 ^
22bb7e35 ^

3dbefa71 ^


22bb7e35 ^
3dbefa71 ^
22bb7e35 ^
3dbefa71 ^
22bb7e35 ^


3dbefa71 ^
22bb7e35 ^








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