aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/flags.go
Commit message (Expand)AuthorAgeFilesLines
* imap: drain updates channel when deleting messagesKoni Marti2024-02-261-0/+40
* log: move package to libRobin Jarry2024-02-141-1/+1
* imap: update directory on flag opsTim Culverhouse2023-04-221-0/+3
* model: change flags array to bitmaskRobin Jarry2023-01-041-2/+1
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* imap: fix flags updateKoni Marti2022-10-041-4/+4
* imap: send message info updates for bulk flag opsKoni Marti2022-09-291-41/+59
* imap: prevent deadlock from posting actions to selfTim Culverhouse2022-09-201-2/+4
* imap: remove unused expunge codeTim Culverhouse2022-07-261-21/+1
* logging: use level-based logger functionsRobin Jarry2022-07-231-5/+5
* imap: fix data race on seqMap arrayRobin Jarry2022-06-241-3/+6
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+3
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-3/+3
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* Add additional flagging functionalityARaspiK2020-07-081-5/+4
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+32
* imap: emit messageinfo when changing read state.Reto Brunner2020-01-241-2/+17
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-081-2/+4
* Add :read and :unread commandsDrew DeVault2019-06-091-0/+17
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Implement :delete-messageDrew DeVault2019-03-201-0/+43