summaryrefslogtreecommitdiffstats
path: root/services/mailer/mail_test.go
Commit message (Expand)AuthorAgeFilesLines
* Prevent merge messages from being sorted to the top of email chains (#18566) ...zeripath2022-02-041-1/+114
* Add List-Unsubscribe header (#17804)mscherer2021-12-211-0/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-9/+10
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-7/+6
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-1/+2
* Always set a unique Message-ID header. (#17206)KN4CK3R2021-10-011-6/+10
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-7/+8
* Add email headers (#15939)KN4CK3R2021-05-221-53/+56
* Refactor renders (#15175)Lunny Xiao2021-04-191-3/+6
* [refactor] mailer service (#15072)65432021-04-021-3/+3
* Move mailer to use a queue (#9789)zeripath2020-01-161-14/+15
* Add ActionCommentPull action (#9456)mrsdizzie2019-12-221-1/+1
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-181-15/+34
* Use templates for issue e-mail subject and body (#8329)guillep2k2019-11-071-9/+122
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-0/+91