Multiple fixes
- Fixed incorrect sender name when multiple participants are involved in an email thread.
 - Fixed display of plain text emails where newline characters were ignored.
 - Fixed invalid disposition and content type for some files stored in the filesystem.
 - Fixed display of relative time to include months.
 
Upgrade
- Always take database backups before any upgrade.
 - Follow steps here.
 
Changelog
- 879c626 fix incorrect sender name when there are multiple participants involved
 - 16fbfa7 fix: display message content conditionally based on content type
 - b8da96c fix: set Content-Disposition header for media served from filesystem
 - 3d76cce Merge pull request #151 from csr4422/enhancement/relative-time-months
 - 4b8f301 style: adjust spacing
 - e4018dd Add month support to getRelativeTime
 - 02e8a43 Update README.md
 
Full Changelog: v0.8.0-beta...v0.8.1-beta