This is the main dovel repository, it has the Go code to run dovel SMTP server.
- module dovel.email/server
- go 1.19
- require (
- github.com/emersion/go-mbox v1.0.3
- github.com/emersion/go-msgauth v0.6.6
- github.com/emersion/go-openpgp-wkd v0.0.0-20200304100729-bbe7fac61be2
- github.com/emersion/go-smtp v0.20.0
- golang.org/x/crypto v0.7.0
- )
- require (
- github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead // indirect
- github.com/tv42/zbase32 v0.0.0-20220222190657-f76a9fc892fa // indirect
- )