listmonk/internal
Kailash Nadh 68afd61024 Add support for alternate plaintext body for e-mails.
This commit removes the Go html2text lib that would automatically
convert all HTML messages to plaintext and add them as the alt
text body to outgoing e-mails. This lib also had memory leak
issues with certain kinds of HTML templates.

A new UI field for optionally adding an alt plaintext body to
a campaign is added. On enabling, it converts the HTML message in
the campaign editor into plaintext (using the textversionjs lib).

This introduces breaking changes in the campaigns table schema,
model, and template compilation.
2021-01-30 18:49:47 +05:30
..
buflog Add new 'Logs' page to the UI to view stdout logs 2020-10-10 23:55:54 +05:30
i18n Load a default (en) language underneath the selected language. 2021-01-26 21:59:27 +05:30
manager Add support for alternate plaintext body for e-mails. 2021-01-30 18:49:47 +05:30
media Add settings UI and "hot reload" support to the app. 2020-07-21 00:23:57 +05:30
messenger Add support for alternate plaintext body for e-mails. 2021-01-30 18:49:47 +05:30
migrations Add support for alternate plaintext body for e-mails. 2021-01-30 18:49:47 +05:30
subimporter Refactor log view UI into a component. 2020-10-24 11:42:28 +05:30