This repository has been archived on 2023-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
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>
2023-01-22 11:37:26 -06:00
..
mail.go Prevent multiple To recipients (#22566) (#22569) 2023-01-22 11:37:26 -06:00
mail_comment.go Add generic set type (#21408) 2022-10-12 13:18:26 +08:00
mail_issue.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
mail_release.go Prevent multiple To recipients (#22566) (#22569) 2023-01-22 11:37:26 -06:00
mail_repo.go Prevent multiple To recipients (#22566) (#22569) 2023-01-22 11:37:26 -06:00
mail_team_invite.go Prevent multiple To recipients (#22566) (#22569) 2023-01-22 11:37:26 -06:00
mail_test.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
mailer.go Prevent multiple To recipients (#22566) (#22569) 2023-01-22 11:37:26 -06:00
mailer_test.go Prevent multiple To recipients (#22566) (#22569) 2023-01-22 11:37:26 -06:00
main_test.go Use a struct as test options (#19393) 2022-04-14 21:58:21 +08:00