about summary refs log tree commit diff stats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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