list

server

This is the main dovel repository, it has the Go code to run dovel SMTP server.

curl -O https://dovel.email/server.tar.gz tar.gz

TODO.txt

  1. ✓ Receive emails
  2. ✓ Multiple inboxes
  3. ✓ Send emails
  4. ✓ Support DKIM if needed
  5. ✓ Support PGP
  6. ✓ Use XDG desktop for config path
  7. ✓ Support SMTP for sending email
  8. ✓ Change PGP to external package
  9. ☐ Add denylist filtering
  10. ☐ Improve documentation