Email text formatting tool bug

Wondering if I’ve found a bug here… using a bullet list <ul> when formatting an email doesn’t appear to work. The message gets sent with a <ol> instead. Below is from the email queue message field, and the email itself:

image

Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable

1. test
2. test
3. test

The issue also occurs when I attempted to create a bullet list in javascript using CommunicationComposer

Has anyone come across this or have a solution? I’ve also tried <ul style="list-style-type: disc;">, which didn’t work either.

Found a workaround for this…

Sending the email on the server side with frappe.sendmail(**email_args) results in correct formatting.