Skip to content

dburkart/check-sieve-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check your mail sieve in your browser

You can see a live demo (hosted on GitHub Pages) here: https://checksieve.com

This project uses the check-sieve library compiled down to WebAssembly to check sieve syntax entirely in your browser (no servers involved!).

Run it locally

python -m http.server 8080

You can now navigate to localhost:8080 and check your sieve in your browser!