about summary refs log tree commit diff stats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
...
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-104-94/+76
* Add loading spinnerDrew DeVault2019-01-131-0/+91
* Add name to DirectoryInfo messagesDrew DeVault2019-01-132-2/+4
* Issue IMAP SELECT commandDrew DeVault2019-01-133-1/+52
* Apply gofmtDrew DeVault2018-06-121-1/+2
* fallthrough in worker selectionMarkus Ongyerth2018-06-121-1/+1
* Tidy up list.goDrew DeVault2018-02-021-22/+15
* Refactoring; consume listing responseDrew DeVault2018-02-013-36/+33
* Implement (most of) mailbox listingDrew DeVault2018-02-013-3/+54
* Improve loggingDrew DeVault2018-02-011-6/+20
* Reduce boilerplate in worker/UIDrew DeVault2018-02-013-43/+85
* Add certificate approval flowDrew DeVault2018-01-312-34/+73
* Improve loggingDrew DeVault2018-01-312-7/+26
* Connect to IMAP server, login and idleemersion2018-01-142-11/+113
* Move worker into account tabDrew DeVault2018-01-113-9/+4
* Renderer scaffoldingDrew DeVault2018-01-101-2/+0
* Misc idiomatic fixesemersion2018-01-102-10/+7
* Sleep main and worker loops on idleDrew DeVault2018-01-101-1/+2
* Parse account configurationDrew DeVault2018-01-092-6/+20
* Initial pass on worker/UI message passingDrew DeVault2018-01-093-0/+131
' href='#n223'>223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323