summaryrefslogtreecommitdiff
path: root/worker/imap
AgeCommit message (Expand)Author
2022-04-28imap: avoid crash when replying to unread messageRobin Jarry
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-02-06imap: do not abort on malformed messagesRobin Jarry
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-11-14imap: strip <> from message-idsReto Brunner
2020-11-14remove models.Address in favor of go-message AddressReto Brunner
2020-10-11imap: add sort supportReto Brunner
2020-08-20base models.Address on the mail.Address typeReto Brunner
2020-08-19Add support for :rmdirARaspiK
2020-07-25Add flag based search optionsTobias Wölfel
2020-07-08Add additional flagging functionalityARaspiK
2020-05-25Set AnsweredFlag on successful replySrivathsan Murali
2020-05-16imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner
2020-04-24imap/fetch.go: report error when fetching headers failsBen Fiedler
2020-03-09Ignore missing message part in getDecodedPartAmir Yalon
2020-03-03worker/imap: rely on go-imap for charset handlingSimon Ser
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
2020-01-24imap: emit messageinfo when changing read state.Reto Brunner
2020-01-18worker/imap: don't decode in FetchFullMessage.Reto Brunner
2020-01-05imap: decode reader prior to returning themReto Brunner
2019-12-07decode(RFC 2047) imap headers to fix encoding in subject & filenamesLeszek Cimała
2019-11-10worker/imap: Fix seqMap race conditionKevin Kuehler
2019-10-16Fix: oauthbearer runtime errorFrode Aannevik
2019-09-20Change search flagsJeffas
2019-09-11Add new search behaviour for imapJeffas
2019-08-29extract search criteria parsing into the backendsReto Brunner
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-11#190 Handle gmail duplicate folderDaniel Bridges