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

go.mod

  1. module dovel.email/server
  2. go 1.19
  3. require (
  4. github.com/emersion/go-mbox v1.0.3
  5. github.com/emersion/go-msgauth v0.6.6
  6. github.com/emersion/go-openpgp-wkd v0.0.0-20200304100729-bbe7fac61be2
  7. github.com/emersion/go-smtp v0.20.0
  8. golang.org/x/crypto v0.7.0
  9. )
  10. require (
  11. github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead // indirect
  12. github.com/tv42/zbase32 v0.0.0-20220222190657-f76a9fc892fa // indirect
  13. )