summaryrefslogtreecommitdiff
path: root/worker
AgeCommit message (Expand)Author
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-04-28imap: avoid crash when replying to unread messageRobin Jarry
2022-04-25pgp: ensure CRLF line endings in pgpmail readerKoni Marti
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-18go vet: composite literal uses unkeyed fieldsMoritz Poldrack
2022-03-09threading: honor user-defined sort criteriaKoni Marti
2022-03-07maildir: fix data race in maildir workerwagner riffel
2022-02-24threading: implement on-the-fly message threadingKoni Marti
2022-02-23thread: add method to append new nodeKoni Marti
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-02-06imap: do not abort on malformed messagesRobin Jarry
2022-01-30maildir: defer the count of recent messagesRobin Jarry
2022-01-20maildir,notmuch: pass in-memory message to callbackNguyễn Gia Phong
2022-01-19maildir,notmuch: avoid leaking open filesNguyễn Gia Phong
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-11format: reformat code with go 1.17Robin 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-12-06maildir: watch for message renamesRobin Jarry
2021-12-06maildir: watch for external changesRobin Jarry
2021-11-22imap: fix segfault when disconnectingRobin Jarry
2021-11-13notmuch: allow sort by file orderKalyan Sriram
2021-11-13notmuch: allow empty searchesKalyan Sriram
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
2021-11-01maildir: track the recent flag correctlyReto Brunner
2021-04-28notmuch/maildir: remove double emit of the dirinfoReto Brunner
2021-02-22lib/parse: simplify parseAddressListReto Brunner
2021-02-08maildir: don't read the full file into memoryReto Brunner
2021-02-08notmuch: don't read the full file into memoryReto Brunner
2020-12-02notmuch: trim excluded tagsKalyan Sriram
2020-12-02notmuch: remove gc close hooksReto Brunner
2020-11-14imap: strip <> from message-idsReto Brunner
2020-11-14lib/parse: use go-message msgid parsing if it succeedsReto Brunner
2020-11-14remove models.Address in favor of go-message AddressReto Brunner