summaryrefslogtreecommitdiff
path: root/worker/imap
AgeCommit message (Expand)Author
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
2019-07-11Support imaps with oauthbearer authentication (Gmail)Frode Aannevik
2019-07-08Factor IMAP-specific structs out of UI modelsBen Burwell
2019-07-08Use []uint32 instead of imap.SeqSetBen Burwell
2019-07-08Factor UI models out of the worker message packageBen Burwell
2019-07-04Sort out dirstore once and for allDrew DeVault
2019-06-24worker/imap: rig up search directory handlerDrew DeVault
2019-06-24worker/imap: implement searchDrew DeVault
2019-06-14imap: block until directory list is fully receivedDrew 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-06-08Fetch headers w/peek to leave emails unreadYash Srivastav
2019-06-07implements ability to view headers in message viewYash Srivastav
2019-06-02Wait for listing to complete before sending DoneDrew DeVault
2019-06-02Don't send Done until finished fetching messagesDrew DeVault