summary refs log tree commit diff stats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* Fix error handling in maildir workerNicolai Dagestad2019-07-191-14/+7
* Register worker in init.Reto Brunner2019-07-195-20/+53
* maildir: Watch for new messagesBen Burwell2019-07-172-14/+73
* Fix header decodingBen Burwell2019-07-171-13/+16
* Fix missing format fields in maildir/container.goDrew DeVault2019-07-131-2/+2
* Implement maildir copyBen Burwell2019-07-122-2/+41
* Add maildir backend workerBen Burwell2019-07-124-0/+783
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-112-4/+2
* 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-085-16/+30
* Factor UI models out of the worker message packageBen Burwell2019-07-084-49/+55
* 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-242-0/+26
* 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-093-0/+26
* Update our message flags when server updates themDrew DeVault2019-06-092-2/+34
* Add archive commandRobert Günzler2019-06-093-0/+29
* Fetch headers w/peek to leave emails unreadYash Srivastav2019-06-081-0/+1
* implements ability to view headers in message viewYash Srivastav2019-06-072-1/+22
* 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
* Remove worker callbacks when Done is receivedDrew DeVault2019-06-022-5/+13
* Skip non selectable mailboxes in directory listingReto Brunner2019-05-261-0/+13
* Load IMAP worker for imap+insecureDrew DeVault2019-05-202-3/+8
* Flesh out multipart switcherDrew DeVault2019-05-202-2/+2
* Verify TLS certificatesDrew DeVault2019-05-201-11/+0
* asdfDrew DeVault2019-05-201-42/+2
* worker/types/worker: remove mutexSimon Ser2019-05-191-36/+21
* worker/types/worker: make ID allocation atomicSimon Ser2019-05-192-10/+11
* worker/types/worker: set ID before sending messageSimon Ser2019-05-191-3/+9
* s/aerc2/aerc/gDrew DeVault2019-05-178-9/+9
* 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