summaryrefslogtreecommitdiff
path: root/worker/imap/worker.go
AgeCommit message (Expand)Author
2022-07-10threading: add backend capabilities to workersTim Culverhouse
2022-06-24imap: fix data race on seqMap arrayRobin Jarry
2022-06-22imap: add option to cache headersTim Culverhouse
2022-05-31feat: add background mail polling option for all workersTim Culverhouse
2022-05-04imap: add timeout to tcp connect functionsKoni Marti
2022-05-04imap: add debouncer to the idlerKoni Marti
2022-05-04imap: monitor the logout channel with an observerKoni Marti
2022-05-04imap: manage idle mode with an idlerKoni Marti
2022-05-04imap: extract imap config and configure handlingKoni Marti
2022-04-29imap: fix out-of-range panic for imap updatesKoni Marti
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-18go vet: composite literal uses unkeyed fieldsMoritz Poldrack
2022-02-20imap: start reconnect when initial connect failsKoni Marti
2022-02-19imap: reconnect with exponential backoffKoni Marti
2022-02-06imap: improve reconnect stabilityKoni Marti
2022-01-19imap: auto-reconnects on connection errorKoni Marti
2022-01-19imap: emits connection error on logoutKoni Marti
2022-01-19imap: fix panic when sending multiple connect cmdsKoni Marti
2022-01-15Revert "imap: attempt automatic reconnection on error"Robin Jarry
2022-01-14imap: attempt automatic reconnection on errorRobin Jarry
2021-12-11imap: fix build on macosRobin Jarry
2021-12-07imap: add tcp connection optionsRobin Jarry
2021-12-07imap: use low level tcp connectionRobin Jarry
2021-12-07imap: move connect procedure into a dedicated functionRobin Jarry
2021-11-22imap: fix segfault when disconnectingRobin Jarry
2021-11-13messages: allow displaying email threadsy0ast
2021-11-05imap: add manual {dis,}connect supportRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2021-11-02imap: use builtin idle supportRobin Jarry
2020-10-11imap: add sort supportReto Brunner
2020-08-19Add support for :rmdirARaspiK
2020-07-08Add additional flagging functionalityARaspiK
2020-05-25Set AnsweredFlag on successful replySrivathsan Murali
2020-03-03Mark sent messages as "seen" in maildirGalen Abell
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