aboutsummaryrefslogtreecommitdiffstats
path: root/services/mailer/mail.go
Commit message (Expand)AuthorAgeFilesLines
* Prevent multiple `To` recipients (#22566)KN4CK3R2023-01-221-6/+6
* Add reply hint to mail text (#22459)KN4CK3R2023-01-161-0/+1
* Add support for incoming emails (#22056)KN4CK3R2023-01-141-6/+49
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-5/+4
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-2/+2
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-17/+17
* Fix init mail render logic (#20704)KN4CK3R2022-08-081-6/+0
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-5/+5
* Make better use of i18n (#20096)Gusted2022-06-261-3/+3
* Add more linters to improve code readability (#19989)Wim2022-06-201-4/+4
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-14/+15
* Added X-Mailer header to outgoing emails (#19562)Ivan Fedorov2022-04-301-0/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+2
* Try to prevent autolinking of displaynames by email readers (#19169)zeripath2022-03-231-10/+15
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-0/+2
* Do not send notification emails to inactive users (#19131)zeripath2022-03-191-4/+8
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-1/+2
* Prevent merge messages from being sorted to the top of email chains (#18566)zeripath2022-02-031-3/+17
* Add config options to hide issue events (#17414)qwerty2872022-01-211-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-0/+1
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-021-5/+0
* Add List-Unsubscribe header (#17804)mscherer2021-12-211-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-10/+10
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-1/+2
* Always set a unique Message-ID header. (#17206)KN4CK3R2021-10-011-7/+20
* Fix missing repo link in issue/pull assigned emails (#17183)zeripath2021-09-301-0/+6
* Send registration email on user autoregistration (#16523)zeripath2021-08-121-0/+28
* Use TrN helper for email templates (#16425)65432021-07-141-0/+5
* Localize Email Templates (#16200)65432021-06-231-11/+16
* Improve notifications for WIP draft PR's (#14663)Jimmy Praet2021-06-231-0/+2
* Add email headers (#15939)KN4CK3R2021-05-221-6/+46
* Refactor renders (#15175)Lunny Xiao2021-04-191-11/+21
* [refactor] mailer service (#15072)65432021-04-021-30/+49
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+2
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+2
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-0/+2
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-0/+4
* Move mailer to use a queue (#9789)zeripath2020-01-161-1/+1
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-2/+1
* Some more e-mail notification fixes (#9596)mrsdizzie2020-01-031-4/+6
* Add ActionCommentPull action (#9456)mrsdizzie2019-12-221-1/+1
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-181-54/+42
* Add review comments to mail notifications (#8996)guillep2k2019-11-151-4/+28
* Use templates for issue e-mail subject and body (#8329)guillep2k2019-11-071-39/+134
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-2/+9
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-0/+222