Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make render data static | 2019-12-09 | 1 | -14/+39 | |
| | | | | | | | | This makes sure fields filled by vanilla koushin keep the right type. A new Extra field allows plugins to attach their own data. This also makes it easier to write Go plugins, which would have trouble working with interface{}. | ||||
* | Use imap.BodyStructure.Filename and imap.Address.Address | 2019-12-09 | 1 | -1/+1 | |
| | | | | | The former fixes encoding issues in filenames. The latter is just for brevity. | ||||
* | Extract HTTP handlers in separate file | 2019-12-04 | 1 | -0/+275 | |