mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[GH-ISSUE #399] [BUG] 邮箱前缀无法加入符号 #139
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#139
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 @Ednn0nd1au on GitHub (Aug 11, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/399
复现步骤
邮箱前缀无法使用
·符号,即在创建账号处输入 a.b@test.com,会自动生成 ab@test.com预期行为
生成 a.b@test.com
部署方式
@dreamhunter2333 commented on GitHub (Aug 12, 2024):
这个是设计如此,因为大多数平台会将大小写以及.符号忽略,不同邮箱去掉. 符号以及忽略大小写后会变成同一个邮箱,
所以最终只允许了纯小写字母作为邮箱,后续我可以加个配置项,做成可配置的,但是不同邮箱会冲突这个就不可避免了
@Ednn0nd1au commented on GitHub (Aug 13, 2024):
feature/dev 看到了加入regex,测试完美,谢谢~
@dreamhunter2333 commented on GitHub (Aug 13, 2024):
赞