roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.66k stars 1.61k forks source link

markdown mail rendering #8873

Open azmeuk opened 1 year ago

azmeuk commented 1 year ago

Some mail clients like Evolution can send mails with the text/markdown content type.

Currently such mails are displayed in roundcube as an empty message with a .md file attached (whereas in Evolution the markdown is rendered).

6276 indicates that markdown mail composition would better be handled by plugin, but what about markdown mail rendering?

I suggest supporting markdown email rendering in roundcube. What do you think?

alecpl commented 1 year ago

We support text/enriched already, so I guess we could also support text/markdown. We'd have to inverstigate which specification to use and which PHP library to convert it to HTML.

https://github.com/thephpleague/commonmark https://github.com/michelf/php-markdown