about summary refs log tree commit diff stats
path: root/worker/imap/worker.go
Commit message (Expand)AuthorAgeFilesLines
* imap: add sort supportReto Brunner2020-10-111-1/+3
* Add support for :rmdirARaspiK2020-08-191-0/+2
* Add additional flagging functionalityARaspiK2020-07-081-2/+2
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+2
* Mark sent messages as "seen" in maildirGalen Abell2020-03-031-1/+1
* remove the dirInfoUpdateRequest functionalityReto Brunner2020-02-291-2/+0
* lib/msgstore: debounce directoryUpdateRequestsReto Brunner2020-02-251-0/+2
* imap: fix double closing idleStopReto Brunner2020-02-161-2/+4
* Fix: oauthbearer runtime errorFrode Aannevik2019-10-161-6/+7
* imap worker: do not copy mailbox status mutexWagner Riffel2019-08-261-2/+3
* Don't print imap errors to uiJelle Besseling2019-08-081-0/+1
* Register worker in init.Reto Brunner2019-07-191-2/+8
* Support imaps with oauthbearer authentication (Gmail)Frode Aannevik2019-07-111-6/+28
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-3/+3
* Factor UI models out of the worker message packageBen Burwell2019-07-081-12/+17
* worker/imap: rig up search directory handlerDrew DeVault2019-06-241-0/+2
* imap: respect the folder config optionReto Brunner2019-06-141-1/+3
* Add :read and :unread commandsDrew DeVault2019-06-091-0/+2
* Update our message flags when server updates themDrew DeVault2019-06-091-0/+12
* Add archive commandRobert Günzler2019-06-091-0/+2
* Load IMAP worker for imap+insecureDrew DeVault2019-05-201-2/+1
* asdfDrew DeVault2019-05-201-42/+2
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-0/+4
* Implement :copy (aka :cp)Drew DeVault2019-05-141-0/+2
* Handle external message deletionsDrew DeVault2019-05-131-0/+7
* Handle incoming emails gracefullyDrew DeVault2019-05-131-3/+20
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-2/+2
* Make the message viewer real, part oneDrew DeVault2019-03-311-0/+2
* Add body fetching support codeDrew DeVault2019-03-291-0/+2
* Implement :delete-messageDrew DeVault2019-03-201-1/+5
* Display message subjects in message listDrew DeVault2019-03-141-0/+2
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-101-3/+9
* Add name to DirectoryInfo messagesDrew DeVault2019-01-131-1/+2
* Issue IMAP SELECT commandDrew DeVault2019-01-131-1/+19
* Refactoring; consume listing responseDrew DeVault2018-02-011-21/+18
* Implement (most of) mailbox listingDrew DeVault2018-02-011-3/+3
* 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
* Sleep main and worker loops on idleDrew DeVault2018-01-101-1/+2
* Parse account configurationDrew DeVault2018-01-091-3/+3
* Initial pass on worker/UI message passingDrew DeVault2018-01-091-0/+58
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155