summaryrefslogtreecommitdiff
path: root/worker
AgeCommit message (Expand)Author
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
2020-10-11imap: add sort supportReto Brunner
2020-09-27notmuch: rename method to SetFlagReto Brunner
2020-09-24notmuch: close tag objectReto Brunner
2020-08-31handle message unknown charset errorJeff Martin
2020-08-20base models.Address on the mail.Address typeReto Brunner
2020-08-19Add support for :rmdirARaspiK
2020-08-10improve date parsing for notmuch/maildirReto Brunner
2020-08-07notmuch: manually close notmuch objectsReto Brunner
2020-07-27maildir: Provide nicer error message on invalid urlTero Koskinen
2020-07-27Remove hard coded bodystruct path everywhereReto Brunner