aboutsummaryrefslogtreecommitdiffstats
path: root/worker/types/messages.go
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-281-16/+16
* forward: allow forwarded flag to be setinwit2024-08-201-0/+6
* reply: allow copying to current folderRobin Jarry2024-08-031-2/+3
* query: allow forcing overwrite of existing folderBence Ferdinandy2024-06-231-0/+1
* notmuch: add strategies for multi-file messagesJason Cox2024-04-021-5/+8
* commands: add :query to create named notmuch dirsJason Cox2024-02-261-0/+1
* jmap: set explicit sender and recipientsKarel Balej2024-02-121-1/+2
* search: use a common api for all workersRobin Jarry2023-10-281-9/+9
* ui: enable showing of thread-contextTim Culverhouse2023-09-271-0/+1
* worker: add jmap supportRobin Jarry2023-06-211-0/+11
* worker: add context to cancellable requestsTim Culverhouse2023-06-201-3/+14
* msgstore: fetch message list based on OpenDirectory msgTim Culverhouse2023-04-221-2/+2
* model: change flags array to bitmaskRobin Jarry2023-01-041-2/+2
* types: remove unused FullMessage.Info fieldRobin Jarry2022-10-251-1/+0
* aerc: use single event loopTim Culverhouse2022-10-071-0/+11
* imap: stop checkmail if there are pending actionskt programs2022-09-291-0/+5
* cache: fetch flags from UITim Culverhouse2022-09-201-1/+2
* worker: introduce MoveMessages typeTim Culverhouse2022-08-221-0/+12
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-2/+4
* imap: add option to cache headersTim Culverhouse2022-06-221-0/+5
* dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim Culverhouse2022-06-071-0/+6
* feat: add background mail polling option for all workersTim Culverhouse2022-05-311-1/+9
* imap: auto-reconnects on connection errorKoni Marti2022-01-191-0/+4
* imap: emits connection error on logoutKoni Marti2022-01-191-0/+5
* messages: allow displaying email threadsy0ast2021-11-131-0/+10
* go.mod: change base git urlRobin Jarry2021-11-051-2/+2
* Add support for :rmdirARaspiK2020-08-191-0/+6
* run go fmtReto Brunner2020-07-171-2/+2
* Add additional flagging functionalityARaspiK2020-07-081-3/+4
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+6
* imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner2020-05-161-4/+2
* store.FetchFull: Change callback type to expose entire messageBen Fiedler2020-05-011-0/+1
* Mark sent messages as "seen" in maildirGalen Abell2020-03-031-1/+1
* remove the dirInfoUpdateRequest functionalityReto Brunner2020-02-291-7/+0
* Request DirInfo whenever the unread count may have changedReto Brunner2020-02-161-0/+7
* FetchBodyParts: decode source in the workersReto Brunner2020-01-051-2/+4
* add LabelList eventReto Brunner2019-12-211-0/+5
* Add sorting functionalityJeffas2019-09-201-0/+1
* Add modify-labels commandReto Brunner2019-09-121-0/+7
* extract search criteria parsing into the backendsReto Brunner2019-08-291-3/+1
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-111-0/+1
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-081-5/+5
* Factor UI models out of the worker message packageBen Burwell2019-07-081-19/+6
* worker/imap: implement searchDrew DeVault2019-06-241-0/+10
* Add :read and :unread commandsDrew DeVault2019-06-091-0/+7
* Add archive commandRobert Günzler2019-06-091-0/+5
* implements ability to view headers in message viewYash Srivastav2019-06-071-0/+2
* Remove worker callbacks when Done is receivedDrew DeVault2019-06-021-1/+1
* Flesh out multipart switcherDrew DeVault2019-05-201-1/+1
* Verify TLS certificatesDrew DeVault2019-05-201-11/+0