all repos — mdawh @ 4174dd7f66d2601de15696f3c70776c6b2462b35

An MDA that creates a webhook on recieval of mail

Log webhook creation
Anirudh Oppiliappan x@icyphox.sh
Thu, 01 Apr 2021 10:34:30 +0530
commit

4174dd7f66d2601de15696f3c70776c6b2462b35

parent

d44f3fac566e29fc8180c22f311763c4189c39b8

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M main.gomain.go

@@ -69,4 +69,5 @@ if err != nil {

log.Fatal(err) } makeReq(j) + log.Printf("sent webhook: %v\n", newmail.From) }