gitea/services/mailer
mrsdizzie 1df701fd1a Add ActionCommentPull action ()
* Add ActionCommentPull action

Adds ActionCommentPull action to distinguish between a comment on an
issue and on a pull request

* Update modules/notification/action/action.go

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
mail.go Add ActionCommentPull action ()
mail_comment.go Rewrite delivery of issue and comment mails ()
mail_issue.go Rewrite delivery of issue and comment mails ()
mail_test.go Add ActionCommentPull action ()
mailer.go Rewrite delivery of issue and comment mails ()
main_test.go Move all mail related codes from models to services/mailer ()