You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/mailer
Yarden Shoham 6068978c42
Prevent multiple `To` recipients (#22566) (#22569)
Backport #22566

Change the mailer interface to prevent the leaking of possible hidden
email addresses when sending to multiple recipients.

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
2 years ago
..
mail.go Prevent multiple `To` recipients (#22566) (#22569) 2 years ago
mail_comment.go
mail_issue.go
mail_release.go Prevent multiple `To` recipients (#22566) (#22569) 2 years ago
mail_repo.go Prevent multiple `To` recipients (#22566) (#22569) 2 years ago
mail_team_invite.go Prevent multiple `To` recipients (#22566) (#22569) 2 years ago
mail_test.go
mailer.go Prevent multiple `To` recipients (#22566) (#22569) 2 years ago
mailer_test.go Prevent multiple `To` recipients (#22566) (#22569) 2 years ago
main_test.go