You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestions for improving the mail analysis feature:
Allow customization of html-validate settings in appsettings.json. Current rules aren't always suitable for email HTML.
Add option to disable HTML validation. Large HTML emails generate many warnings, severely impacting UI performance. Example: 7000+ warnings caused 3-minute browser freeze.
Implement pagination for HTML validation results to better manage large numbers of warnings.
These changes would enhance flexibility and performance, especially for complex HTML emails.
The text was updated successfully, but these errors were encountered:
For 1. it would be nice to get a more appropriate default rule set in addition to allowing it to be customised. Can you comment on any specific rules you think aren't appropriate?
Suggestions for improving the mail analysis feature:
Allow customization of
html-validate
settings inappsettings.json
. Current rules aren't always suitable for email HTML.Add option to disable HTML validation. Large HTML emails generate many warnings, severely impacting UI performance. Example: 7000+ warnings caused 3-minute browser freeze.
Implement pagination for HTML validation results to better manage large numbers of warnings.
These changes would enhance flexibility and performance, especially for complex HTML emails.
The text was updated successfully, but these errors were encountered: