gitea/modules/httplib
sommerf-lf 7cdde20c73
Email option to embed images as base64 instead of link (#32061)
ref: #15081
ref: #14037

Documentation: https://gitea.com/gitea/docs/pulls/69

# Example
Content:

![image](https://github.com/user-attachments/assets/e73ebfbe-e329-40f6-9c4a-f73832bbb181)
Result in Email:

![image](https://github.com/user-attachments/assets/55b7019f-e17a-46c3-a374-3b4769d5c2d6)
Result with source code:
(first image is external image, 2nd is now embedded)

![image](https://github.com/user-attachments/assets/8e2804a1-580f-4a69-adcb-cc5d16f7da81)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-03-05 16:29:29 +00:00
..
request.go Fix SSH LFS memory usage (#33455) 2025-01-31 19:05:48 +08:00
serve.go Add avif image file support (#32508) 2024-11-15 00:55:50 +00:00
serve_test.go Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
url.go Email option to embed images as base64 instead of link (#32061) 2025-03-05 16:29:29 +00:00
url_test.go Email option to embed images as base64 instead of link (#32061) 2025-03-05 16:29:29 +00:00