summaryrefslogtreecommitdiff
path: root/worker
AgeCommit message (Expand)Author
2022-07-26imap: remove unused expunge codemasterTim Culverhouse
2022-07-26sort: show warning when sort is not supportedKoni Marti
2022-07-24seqmap: sync seqNum to uid after expungeTim Culverhouse
2022-07-23logging: use level-based logger functionsRobin Jarry
2022-07-23imap: disable debug loggerRobin Jarry
2022-07-23imap: fix error when server returns a message without body sectionRobin Jarry
2022-07-14account: import mbox file to a folderKoni Marti
2022-07-14account: export folder to mbox fileKoni Marti
2022-07-14mbox: implement an mbox backend workerKoni Marti
2022-07-10threading: enable filtering of server-side threadsTim Culverhouse
2022-07-10threading: add backend capabilities to workersTim Culverhouse
2022-07-10worker/maildir: implement Maildir++ supportAdnan Maolood
2022-07-02notmuch: fix server-side threadsTim Culverhouse
2022-06-26lint: fix composite literal using unkeyed fieldsMoritz Poldrack
2022-06-24imap: fix data race on seqMap arrayRobin Jarry
2022-06-22imap: add option to cache headersTim Culverhouse
2022-06-14maildir: fix dirinfo.Unseen and Exists countingTim Culverhouse
2022-06-07parse: fix content-type parsing errorKoni Marti
2022-06-07dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim 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-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