about summary refs log tree commit diff stats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* Copy sent emails to the Sent folderDrew DeVault2019-05-154-4/+63
* Implement move, mv commandsDrew DeVault2019-05-141-6/+0
* Implement :copy (aka :cp)Drew DeVault2019-05-143-0/+30
* 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
* worker/types: fix Worker.Callbacks race conditionSimon Ser2019-04-272-21/+42
* Make message viewer real, part twoDrew DeVault2019-03-311-11/+14
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-313-14/+14
* Make the message viewer real, part oneDrew DeVault2019-03-312-6/+28
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-312-14/+5
* Pull BodyStructure up from IMAP workerDrew DeVault2019-03-312-9/+25
* Add body fetching support codeDrew DeVault2019-03-293-17/+55
* Implement :delete-messageDrew DeVault2019-03-205-1/+60
* Display message subjects in message listDrew DeVault2019-03-142-0/+48
* Implement message store side of message fetchingDrew DeVault2019-03-142-9/+4
* 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
='n371' href='#n371'>371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509