all repos — mdawh @ fb6b30893ce75b80509c9e36165436e0e0a8e898

An MDA that creates a webhook on recieval of mail

go.mod (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
module git.icyphox.sh/forlater/mdawh

go 1.16

require (
	github.com/emersion/go-message v0.14.1
	github.com/microcosm-cc/bluemonday v1.0.5
)