about summary refs log tree commit diff stats
path: root/worker/imap
Commit message (Expand)AuthorAgeFilesLines
* imap: fix build on macosRobin Jarry2021-12-111-7/+2
* imap: add tcp connection optionsRobin Jarry2021-12-071-0/+102
* imap: use low level tcp connectionRobin Jarry2021-12-071-6/+22
* imap: move connect procedure into a dedicated functionRobin Jarry2021-12-071-45/+55
* imap: fix segfault when disconnectingRobin Jarry2021-11-221-3/+2
* messages: allow displaying email threadsy0ast2021-11-132-2/+68
* imap: add manual {dis,}connect supportRobin Jarry2021-11-051-2/+14
* go.mod: change base git urlRobin Jarry2021-11-059-14/+14
* imap: use builtin idle supportRobin Jarry2021-11-022-7/+2
* imap: strip <> from message-idsReto Brunner2020-11-141-1/+9
* remove models.Address in favor of go-message AddressReto Brunner2020-11-141-3/+4
* imap: add sort supportReto Brunner2020-10-112-3/+50
* base models.Address on the mail.Address typeReto Brunner2020-08-201-2/+1
* Add support for :rmdirARaspiK2020-08-192-0/+21
* Add flag based search optionsTobias Wölfel2020-07-251-1/+24
* Add additional flagging functionalityARaspiK2020-07-082-7/+6
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-252-0/+34
* imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner2020-05-161-106/+107
* imap/fetch.go: report error when fetching headers failsBen Fiedler2020-04-241-3/+4
* Ignore missing message part in getDecodedPartAmir Yalon2020-03-091-1/+1
* worker/imap: rely on go-imap for charset handlingSimon Ser2020-03-031-31/+13
* Mark sent messages as "seen" in maildirGalen Abell2020-03-034-8/+26
* remove the dirInfoUpdateRequest functionalityReto Brunner2020-02-291-2/+0
* lib/msgstore: debounce directoryUpdateRequestsReto Brunner2020-02-251-0/+2
* imap: fix double closing idleStopReto Brunner2020-02-161-2/+4
* imap: emit messageinfo when changing read state.Reto Brunner2020-01-241-2/+17
* worker/imap: don't decode in FetchFullMessage.Reto Brunner2020-01-181-27/+2
* imap: decode reader prior to returning themReto Brunner2020-01-051-10/+90
* decode(RFC 2047) imap headers to fix encoding in subject & filenamesLeszek Cimała2019-12-071-5/+25
* worker/imap: Fix seqMap race conditionKevin Kuehler2019-11-101-1/+3
* Fix: oauthbearer runtime errorFrode Aannevik2019-10-161-6/+7
* Change search flagsJeffas2019-09-201-2/+6
* Add new search behaviour for imapJeffas2019-09-111-4/+19
* extract search criteria parsing into the backendsReto Brunner2019-08-292-8/+49
* imap worker: do not copy mailbox status mutexWagner Riffel2019-08-261-2/+3
* Don't print imap errors to uiJelle Besseling2019-08-081-0/+1
* Register worker in init.Reto Brunner2019-07-191-2/+8
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-111-4/+1
* Support imaps with oauthbearer authentication (Gmail)Frode Aannevik2019-07-111-6/+28
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-083-8/+83
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-084-11/+25
* Factor UI models out of the worker message packageBen Burwell2019-07-083-30/+49
* Sort out dirstore once and for allDrew DeVault2019-07-041-13/+0
* worker/imap: rig up search directory handlerDrew DeVault2019-06-241-0/+2
* worker/imap: implement searchDrew DeVault2019-06-241-0/+16
* imap: block until directory list is fully receivedDrew DeVault2019-06-141-0/+1
* imap: respect the folder config optionReto Brunner2019-06-142-1/+16
* Add :read and :unread commandsDrew DeVault2019-06-092-0/+19
* Update our message flags when server updates themDrew DeVault2019-06-092-2/+34
* Add archive commandRobert Günzler2019-06-092-0/+24