about summary refs log tree commit diff stats
path: root/worker/imap
Commit message (Expand)AuthorAgeFilesLines
* Register worker in init.Reto Brunner2019-07-191-2/+8
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-111-4/+1
* Support imaps with oauthbearer authentication (Gmail)Frode Aannevik2019-07-111-6/+28
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-083-8/+83
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-084-11/+25
* Factor UI models out of the worker message packageBen Burwell2019-07-083-30/+49
* Sort out dirstore once and for allDrew DeVault2019-07-041-13/+0
* worker/imap: rig up search directory handlerDrew DeVault2019-06-241-0/+2
* worker/imap: implement searchDrew DeVault2019-06-241-0/+16
* imap: block until directory list is fully receivedDrew DeVault2019-06-141-0/+1
* imap: respect the folder config optionReto Brunner2019-06-142-1/+16
* Add :read and :unread commandsDrew DeVault2019-06-092-0/+19
* Update our message flags when server updates themDrew DeVault2019-06-092-2/+34
* Add archive commandRobert Günzler2019-06-092-0/+24
* Fetch headers w/peek to leave emails unreadYash Srivastav2019-06-081-0/+1
* implements ability to view headers in message viewYash Srivastav2019-06-071-1/+20
* Wait for listing to complete before sending DoneDrew DeVault2019-06-021-0/+3
* Don't send Done until finished fetching messagesDrew DeVault2019-06-021-0/+3
* Skip non selectable mailboxes in directory listingReto Brunner2019-05-261-0/+13
* Load IMAP worker for imap+insecureDrew DeVault2019-05-201-2/+1
* Flesh out multipart switcherDrew DeVault2019-05-201-1/+1
* asdfDrew DeVault2019-05-201-42/+2
* s/aerc2/aerc/gDrew DeVault2019-05-176-6/+6
* Copy sent emails to the Sent folderDrew DeVault2019-05-152-0/+31
* Implement :copy (aka :cp)Drew DeVault2019-05-142-0/+18
* Handle external message deletionsDrew DeVault2019-05-131-0/+7
* Handle incoming emails gracefullyDrew DeVault2019-05-132-3/+23
* worker/imap: use the IMAP connection from a single goroutineSimon Ser2019-04-293-86/+77
* Make message viewer real, part twoDrew DeVault2019-03-311-11/+14
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-312-12/+12
* Make the message viewer real, part oneDrew DeVault2019-03-312-6/+28
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-311-10/+2
* Pull BodyStructure up from IMAP workerDrew DeVault2019-03-311-4/+6
* Add body fetching support codeDrew DeVault2019-03-292-15/+48
* Implement :delete-messageDrew DeVault2019-03-204-1/+50
* Display message subjects in message listDrew DeVault2019-03-142-0/+48
* Implement message store side of message fetchingDrew DeVault2019-03-141-7/+2
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-102-3/+43
* Add name to DirectoryInfo messagesDrew DeVault2019-01-131-1/+2
* Issue IMAP SELECT commandDrew DeVault2019-01-132-1/+39
* Tidy up list.goDrew DeVault2018-02-021-22/+15
* Refactoring; consume listing responseDrew DeVault2018-02-012-25/+26
* Implement (most of) mailbox listingDrew DeVault2018-02-012-3/+40
* Reduce boilerplate in worker/UIDrew DeVault2018-02-011-34/+15
* Add certificate approval flowDrew DeVault2018-01-311-26/+55
* Improve loggingDrew DeVault2018-01-311-5/+23
* Connect to IMAP server, login and idleemersion2018-01-141-11/+111
* Move worker into account tabDrew DeVault2018-01-111-7/+2
* Renderer scaffoldingDrew DeVault2018-01-101-2/+0
* Misc idiomatic fixesemersion2018-01-101-5/+5
f839892d7169e396'>^
36f616b5 ^
455f0338 ^
385ff136 ^
455f0338 ^



6573fe1f ^
ec99eb7a ^
51530916 ^
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
129
130
131
132
133
134
135
136