cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]. Supports IMAP/SMTP, JMAP and soon EWS
http://cypht.org
GNU Lesser General Public License v2.1
1.01k stars 161 forks source link

HTML composer is missing. #1349

Closed PaulTGG closed 2 days ago

PaulTGG commented 1 week ago

🐛 Bugreport

The compose page is defaulting to plain text emails, with no way to write a HTML message. This is causing an issue where replying to rich text/HTML emails adds all the email markup to the reply. The screenshot is showing my compose page, with HTML selected as the outbound mail format.

compose

Version & Environment

Rev: 02182bb

OS: []

Steps to reproduce

  1. Install latest Cypht.
  2. Change outbound mail format setting to "HTML"
  3. Compose an email.
marclaporte commented 1 week ago

Related: https://github.com/cypht-org/cypht/issues/1136

jacob-js commented 2 days ago

Fixed by: https://github.com/cypht-org/cypht/pull/1372