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.
forgejo/services/mailer
mrsdizzie b39fab41c8 Some more e-mail notification fixes (#9596)
* Some more e-mail notification fixes

A few more small e-mail notification fixes/changes

* Style footer of notification email to be smaller
* Include text for when pull request is merged
* Don't include original body of issue or PR when merging/closing by
setting issue.Content to "" in these cases

* Set Re: prefix and meessage-ID headers based on actName instead of checking for a
comment. This fixes a bug where certain actions that didn't have a
comment were setting Message-ID instead of In-Reply-To which caused some
mail programs not to show those messages as they would have had the same
Message-ID as a previous message. Also fixes the case where a final
comment and closing message would have been displayed out of order if
you didn't have a copy of the original issue/pr cretion message.

* Update other template footers for consistency
5 years ago
..
mail.go Some more e-mail notification fixes (#9596) 5 years ago
mail_comment.go Rewrite delivery of issue and comment mails (#9009) 5 years ago
mail_issue.go Rewrite delivery of issue and comment mails (#9009) 5 years ago
mail_test.go Add ActionCommentPull action (#9456) 5 years ago
mailer.go Rewrite delivery of issue and comment mails (#9009) 5 years ago
main_test.go Move all mail related codes from models to services/mailer (#7200) 5 years ago