mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[GH-ISSUE #728] [BUG] 在回复HTML格式的邮件时,不能正确获得原邮件的HTML内容 #279
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#279
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JPZ4-5 on GitHub (Sep 17, 2025).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/728
复现步骤
尝试回复一个HTML格式的邮件
预期行为
能够正常获取原邮件的HTML内容,并在上方留出回复的空间
部署方式
浏览器环境
Chrome 126.0.6478.127, LibreWolf 127.0.2
错误表现
使用的1.0.0版本。
原邮件的部分截图为:
在尝试转发时,能够正常继承完整的HTML内容,并正确发送。在尝试回复时,只有如下内容:
这是正常的吗?
我可以将原邮件转发至qq邮箱,并使用QQ邮箱的网页进行回复文本的填写,再将整个邮件内容转为text,粘贴回临时邮箱里,再手动发送一封邮件,来迂回达到发送具有完整HTML内容的回复文件,但是十分不方便。
我想知道是否是我的配置有误,或者是这个问题普遍存在?有办法解决吗?非常感谢
@dreamhunter2333 commented on GitHub (Sep 18, 2025):
感谢反馈,我看下如何修复