Dovel website repository.
Author: blmayer (bleemayer@gmail.com)
Date: Tue Oct 3 19:59:31 2023 -0300
Parent: e252aa0
Added readme file
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c15aa7 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# dovel.email + +This is the repo that contains the main website's pages. + +So far it is an index.html file only. + +## About + +Dovel email is a SMPT server that uses OpenPGP to encrypt and +decrypt emails. It is designed to be simple to use and setup. +Using the WKD standard makes it pretty easy to ensure privacy +and security. + +Dovel uses a hook strategy to handle email for multiple domains, +requiring the user little effort to have a feasible server. It +works in a similar way to Git hooks. So if you're familiar with +them, Dovel will be a breeze to setup.