zulip/zerver/data_import
Anders Kaseorg 42e1517255 email_notifications: Prevent html2text from mangling Unicode.
html2text mangles Unicode by default, with a --unicode-snob option to
disable it.  If I have to get called a “snob” for wanting to correctly
support non-English languages, then uh, I’ll take one for the team.

https://github.com/Alir3z4/html2text/blob/2024.2.26/html2text/config.py#L111-L150

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-10-30 09:49:23 -07:00
..
__init__.py
import_util.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00
mattermost.py email_notifications: Prevent html2text from mangling Unicode. 2024-10-30 09:49:23 -07:00
rocketchat.py rocketchat: Validate custom emoji before larger data sets. 2024-10-17 12:25:18 -07:00
sequencer.py data_import: Fix IdMapper typing. 2024-07-17 15:56:00 -07:00
slack.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00
slack_message_conversion.py slack_data_import: Fix incorrect hyperlink conversion. 2024-10-30 09:48:32 -07:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00