Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Configurable and Toggleable Mail Analysis Functionality #1550

Open
flyingswan3000 opened this issue Aug 27, 2024 · 1 comment

Comments

@flyingswan3000
Copy link

Suggestions for improving the mail analysis feature:

  1. Allow customization of html-validate settings in appsettings.json. Current rules aren't always suitable for email HTML.

  2. Add option to disable HTML validation. Large HTML emails generate many warnings, severely impacting UI performance. Example: 7000+ warnings caused 3-minute browser freeze.

  3. 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.

@rnwood
Copy link
Owner

rnwood commented Sep 5, 2024

Thanks for the feedback on this.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@rnwood @flyingswan3000 and others