Skip to content

LightEmail v2.8

Choose a tag to compare

@ruditimmermans ruditimmermans released this 05 Jul 08:52

LightEmail v2.8

  • HTML Support in Sent Emails: Modified the sendEmail logic in ComposeEmailScreen to detect if the original email contains HTML content. If it does, a new HTML body is constructed that includes your reply/forward message, your signature (formatted for HTML), and the original HTML content (including graphics) quoted within a blockquote.

  • HTML Preview in Compose Screen: Updated the preview section of the ComposeEmailScreen to use the HtmlView component. This allows you to see the original email's graphics and formatting while you are composing your reply or forward.

  • Passing HTML Flag: Ensured that the isHtml flag is correctly passed to the EmailViewModel.sendEmail method so the outgoing email is correctly identified as HTML by email clients.

Full Changelog: v2.7...v2.8