aboutsummaryrefslogtreecommitdiffstats
path: root/services/mailer/mail_test.go
Commit message (Expand)AuthorAgeFilesLines
* Use new mail package instead of an unmintained one (#32682)Lunny Xiao2024-12-051-17/+17
* Split mail sender sub package from mailer service package (#32618)Lunny Xiao2024-11-301-2/+3
* Refactor markup render system (#32612)wxiaoguang2024-11-241-1/+1
* Add option to change mail from user display name (#31528)65432024-07-141-0/+48
* Fix incorrect message id for releaes email (#30825)wxiaoguang2024-05-021-3/+11
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-131-1/+25
* Include username in email headers (#28981)Gwyneth Morgan2024-02-031-3/+3
* Add support for incoming emails (#22056)KN4CK3R2023-01-141-27/+30
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-22/+22
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-6/+6
* Fix init mail render logic (#20704)KN4CK3R2022-08-081-19/+14
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-8/+9
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-2/+3
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-8/+16
* Fix `make fmt` and `make fmt-check` (#18633)silverwind2022-02-061-0/+1
* Prevent merge messages from being sorted to the top of email chains (#18566)zeripath2022-02-031-1/+114
* format with gofumpt (#18184)65432022-01-201-17/+31
* 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