0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 20:13:04 +02:00
thunderbird-android/cli/html-cleaner-cli
cketti 3c9dd17ff7 Add command line application to sanitize HTML files
This can be used to test what HTML messages will look like after K-9 Mail's sanitization process.
2022-01-28 04:46:31 +01:00
..
src/main/kotlin Add command line application to sanitize HTML files 2022-01-28 04:46:31 +01:00
build.gradle Add command line application to sanitize HTML files 2022-01-28 04:46:31 +01:00
README.md Add command line application to sanitize HTML files 2022-01-28 04:46:31 +01:00

Usage: html-cleaner [OPTIONS] INPUT [OUTPUT]

  A tool that modifies HTML to only keep allowed elements and attributes the
  same way that K-9 Mail does.

Options:
  -h, --help  Show this message and exit

Arguments:
  INPUT   HTML input file (needs to be UTF-8 encoded)
  OUTPUT  Output file

You can run this tool using the html-cleaner script in the root directory of this repository. It will compile the application and then run it using the given arguments. This allows you to make modifications to the HTML cleaning code and test the changes right away.