gitea/services/mailer
TheFox0x7 e7cf62f2f7
remove context from mail struct (#33811)
it can be passed by argument instead
2025-03-06 20:57:00 +00:00
..
incoming Add missing comment reply handling (#32050) 2024-09-17 20:56:26 +00:00
sender Refactor "string truncate" (#32984) 2024-12-26 11:56:03 +08:00
token Use `crypto/sha256` (#29386) 2024-02-25 13:32:13 +00:00
mail.go Email option to embed images as base64 instead of link (#32061) 2025-03-05 16:29:29 +00:00
mail_comment.go remove context from mail struct (#33811) 2025-03-06 20:57:00 +00:00
mail_issue.go remove context from mail struct (#33811) 2025-03-06 20:57:00 +00:00
mail_issue_common.go remove context from mail struct (#33811) 2025-03-06 20:57:00 +00:00
mail_release.go Refactor mail code (#33768) 2025-03-03 03:31:47 +00:00
mail_repo.go Refactor mail code (#33768) 2025-03-03 03:31:47 +00:00
mail_team_invite.go Refactor mail code (#33768) 2025-03-03 03:31:47 +00:00
mail_test.go remove context from mail struct (#33811) 2025-03-06 20:57:00 +00:00
mail_user.go Refactor mail code (#33768) 2025-03-03 03:31:47 +00:00
mailer.go Use new mail package instead of an unmintained one (#32682) 2024-12-05 06:33:43 +08:00
main_test.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
notify.go Move commits signature and verify functions to service layers (#33605) 2025-02-16 12:24:07 +00:00