about summary refs log tree commit diff stats
path: root/worker/imap
Commit message (Expand)AuthorAgeFilesLines
* lib/msgstore: debounce directoryUpdateRequestsReto Brunner2020-02-251-0/+2
* imap: fix double closing idleStopReto Brunner2020-02-161-2/+4
* imap: emit messageinfo when changing read state.Reto Brunner2020-01-241-2/+17
* worker/imap: don't decode in FetchFullMessage.Reto Brunner2020-01-181-27/+2
* imap: decode reader prior to returning themReto Brunner2020-01-051-10/+90
* decode(RFC 2047) imap headers to fix encoding in subject & filenamesLeszek Cimała2019-12-071-5/+25
* worker/imap: Fix seqMap race conditionKevin Kuehler2019-11-101-1/+3
* Fix: oauthbearer runtime errorFrode Aannevik2019-10-161-6/+7
* Change search flagsJeffas2019-09-201-2/+6
* Add new search behaviour for imapJeffas2019-09-111-4/+19
* extract search criteria parsing into the backendsReto Brunner2019-08-292-8/+49
* 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
* #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