Mailspring/internal_packages/message-list/lib
Ben Gotow c76582194a rm(autolinker): Use our own very simple autolinker
Summary:
Autolinker is a great open source project but it attempts to parse HTML with regexp, is quite slow, and hangs on specific emails https://github.com/nylas/N1/issues/1540

This is super bad, and also super unnecessary. I think this should do the trick.

Note: I changed the urlRegex in our Utils to be much more liberal. It now matches anything that looks like a URL, not just things with the http:// and https:// prefixes. It's used in the LinkEditor and onboarding screen (detecting auth errors with urls) and I think it should be ok?

Test Plan: Need to write some tests

Reviewers: evan, juan

Reviewed By: juan

Differential Revision: https://phab.nylas.com/D2725
2016-03-14 12:30:54 -07:00
..
plugins rm(autolinker): Use our own very simple autolinker 2016-03-14 12:30:54 -07:00
autolinker.es6 rm(autolinker): Use our own very simple autolinker 2016-03-14 12:30:54 -07:00
email-frame-styles-store.coffee fix(dark-mode): Adjust email CSS immediately upon switching themes 2015-11-23 20:20:06 -08:00
email-frame.jsx rm(autolinker): Use our own very simple autolinker 2016-03-14 12:30:54 -07:00
find-in-thread.jsx fix(find-in-thread): minor rename fixes 2016-03-02 15:00:01 -08:00
main.cjsx rm(autolinker): Use our own very simple autolinker 2016-03-14 12:30:54 -07:00
message-controls.cjsx fix(msg-ctrls): reorder hidden options to reduce accidental error reports 2016-03-07 18:24:31 -08:00
message-item-body.cjsx fix(bodies): Message with empty string body showed loading forever 2016-03-10 16:13:17 -08:00
message-item-container.cjsx fix(MessageContainer): Fix state, prevent from getting different messages. #1175 2016-03-03 12:10:03 -08:00
message-item.cjsx fix(hidden-messages): Address diff feedback from @jstejada 2016-03-02 10:28:32 -08:00
message-list-hidden-messages-toggle.jsx fix(hidden-messages): Address diff feedback from @jstejada 2016-03-02 10:28:32 -08:00
message-list.cjsx fix(labels): Do not re-use mail labels if they're removable 2016-03-10 17:08:42 -08:00
message-participants.cjsx 💄: White buttons, dropdown / popover cleanup, hairline dividers 2016-02-18 15:21:42 -08:00
message-timestamp.cjsx fix(spec): fix message timestamp spec 2016-03-09 16:44:44 -05:00
message-toolbar-items.cjsx fix(warning): Remove unused Popover require 2016-03-09 12:11:16 -08:00
sidebar-participant-picker.jsx feat(sidebar): Add thread list of currently selected participants 2016-03-09 14:33:31 -05:00
sidebar-plugin-container.cjsx feat(sidebar): Add thread list of currently selected participants 2016-03-09 14:33:31 -05:00
thread-archive-button.cjsx fix(gmail-labels): Constraint so threads always belong to all,spam or trash 2016-03-10 14:13:31 -08:00
thread-star-button.cjsx
thread-toggle-unread-button.cjsx Harmonize require and remove unused ones. 2015-12-17 00:02:37 +01:00
thread-trash-button.cjsx fix(gmail-labels): Constraint so threads always belong to all,spam or trash 2016-03-10 14:13:31 -08:00