summaryrefslogtreecommitdiff
path: root/internal/email/common.go
AgeCommit message (Collapse)AuthorFiles
2024-06-22[bugfix] add Date and Message-ID headers for email (#3031)Libravatar Julian1
* [bugfix] add Date and Message-ID headers for email This should make spam filters more happy, as most of them grant some negative score for not having those headers. Also the Date is convenient for the user receiving the mail. * make golangci-lint happy
2024-04-12[bugfix] Include MIME email headers to avoid mangling non-ascii text (#2827)Libravatar tobi1
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim1
2023-04-29[bugfix] add From to email header (#1717)Libravatar Mal Hancock1
* add From to email header * update tests
2023-03-19[feature] Email notifications for new / closed moderation reports (#1628)Libravatar tobi1
* start fiddling about with email sending to allow multiple recipients * do some fiddling * notifs working * notify on closed report * finishing up * envparsing * use strings.ContainsAny