mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[GH-ISSUE #211] [BUG]随机生成的邮箱名字不合法 #69
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#69
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 @O-OoOvO on GitHub (May 8, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/211
复现步骤
点击“生成随机名字”按钮
有较大概率生成例如“mr..frederick.brekke.dds”这种包含连续"."点号的无效邮箱名。
用Gmail向该邮箱发邮件会无法发送,并提示
无法识别“收件人”字段中的地址“mr..frederick.brekke.dds”。请确保所有地址都使用正确的格式。预期行为
生成一个合法的邮箱名字
部署方式
浏览器环境
Firefox 125.0.3 (64-bit)
给GPT看了以下代码:
github.com/dreamhunter2333/cloudflare_temp_email@55b2603913/frontend/src/views/Login.vue (L70-L84)它给提了以下修改方案:
本人看不懂typescript和js,以上内容仅供参考。辛苦作者大大了。
@dreamhunter2333 commented on GitHub (May 8, 2024):
感谢反馈,我修复下连续点号的问题
@dreamhunter2333 commented on GitHub (May 9, 2024):
v0.4.0 已修复
@acocchat commented on GitHub (May 10, 2024):
为什么生成的名字里面会有数字呢?
eg:fabian.mraz89
@dreamhunter2333 commented on GitHub (May 10, 2024):
使用 fakejs 随机生成的邮箱,可能会包含数字,可以在随机生成的名字基础上修改