zulip/zerver/webhooks/freshdesk
Tim Abbott daca742e9f email_gateway: Use html2text directly.
In the rare case that Zulip receives an email with only an HTML
format, we originally (code dating to 2013) shelled out to
html2markdown/python-html2text in order to convert the HTML into
markdown.

We long since added html2text as a reasonably managed Python
dependency of Zulip; we should just use it here.
2019-07-24 12:42:17 -07:00
..
fixtures webhooks/freshdesk: Improve test coverage. 2018-10-04 12:16:06 -07:00
__init__.py
doc.md webhooks/freshdesk/doc.md: Remove unescape_rendered_html kludge. 2019-07-03 15:05:45 -07:00
tests.py email_gateway: Use html2text directly. 2019-07-24 12:42:17 -07:00
view.py webhooks/freshdesk: Improve message formatting and punctuation. 2019-05-07 16:45:01 -07:00