aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* message-info: add explicit References fieldTim Culverhouse2022-11-091-0/+4
* envelope: add InReplyTo fieldTim Culverhouse2022-11-091-0/+4
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-161-0/+16
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-1/+1
* threading: add backend capabilities to workersTim Culverhouse2022-07-101-0/+9
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-0/+24
* threading: implement on-the-fly message threadingKoni Marti2022-02-241-0/+45
* models: add RFC822 headers to OriginalMailReto Brunner2020-11-141-4/+5
* remove models.Address in favor of go-message AddressReto Brunner2020-11-141-28/+5
* handle message unknown charset errorJeff Martin2020-08-311-0/+1
* base models.Address on the mail.Address typeReto Brunner2020-08-201-24/+10
* Fix dates in reply/forward commands.Reto Brunner2020-06-261-1/+1
* dirlist: actually honor the DirInfoReto Brunner2020-02-161-0/+3
* add .OriginalMIMEType variable to reply templateLeszek Cimała2020-01-091-3/+4
* create OriginalMail structLeszek Cimała2020-01-091-0/+7
* models: add BodyStructure.PartAtIndexReto Brunner2020-01-051-0/+33
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+1
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-4/+84
* Factor UI models out of the worker message packageBen Burwell2019-07-081-0/+52