aboutsummaryrefslogtreecommitdiff
path: root/worker/imap/worker.go
AgeCommit message (Expand)Author
2020-02-29remove the dirInfoUpdateRequest functionalityReto Brunner
2020-02-25lib/msgstore: debounce directoryUpdateRequestsReto Brunner
2020-02-16imap: fix double closing idleStopReto Brunner
2019-10-16Fix: oauthbearer runtime errorFrode Aannevik
2019-08-26imap worker: do not copy mailbox status mutexWagner Riffel
2019-08-08Don't print imap errors to uiJelle Besseling
2019-07-19Register worker in init.Reto Brunner
2019-07-11Support imaps with oauthbearer authentication (Gmail)Frode Aannevik
2019-07-08Factor IMAP-specific structs out of UI modelsBen Burwell
2019-07-08Factor UI models out of the worker message packageBen Burwell
2019-06-24worker/imap: rig up search directory handlerDrew DeVault
2019-06-14imap: respect the folder config optionReto Brunner
2019-06-09Add :read and :unread commandsDrew DeVault
2019-06-09Update our message flags when server updates themDrew DeVault
2019-06-09Add archive commandRobert Günzler
2019-05-20Load IMAP worker for imap+insecureDrew DeVault
2019-05-20asdfDrew DeVault
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-15Copy sent emails to the Sent folderDrew DeVault
2019-05-14Implement :copy (aka :cp)Drew DeVault
2019-05-13Handle external message deletionsDrew DeVault
2019-05-13Handle incoming emails gracefullyDrew DeVault
2019-03-31Rename FetchMessageBodies to FetchFullMessagesDrew DeVault
2019-03-31Make the message viewer real, part oneDrew DeVault
2019-03-29Add body fetching support codeDrew DeVault
2019-03-20Implement :delete-messageDrew DeVault
2019-03-14Display message subjects in message listDrew DeVault
2019-03-10Fetch valid UIDs from server after opening dirDrew DeVault
2019-01-13Add name to DirectoryInfo messagesDrew DeVault
2019-01-13Issue IMAP SELECT commandDrew DeVault
2018-02-01Refactoring; consume listing responseDrew DeVault
2018-02-01Implement (most of) mailbox listingDrew DeVault
2018-02-01Reduce boilerplate in worker/UIDrew DeVault
2018-01-31Add certificate approval flowDrew DeVault
2018-01-31Improve loggingDrew DeVault
2018-01-14Connect to IMAP server, login and idleemersion
2018-01-11Move worker into account tabDrew DeVault
2018-01-10Renderer scaffoldingDrew DeVault
2018-01-10Misc idiomatic fixesemersion
2018-01-10Sleep main and worker loops on idleDrew DeVault
2018-01-09Parse account configurationDrew DeVault
2018-01-09Initial pass on worker/UI message passingDrew DeVault