“Kit ”的名称是什么?电子邮件地址的书写形式?

发布于 2024-11-28 20:53:16 字数 807 浏览 1 评论 0 原文

电子邮件地址的 RFC 定义了您可以使用的两者 [电子邮件受保护] 以及 Kit [电子邮件受保护]>但它似乎没有用任何特殊的名称来称呼它们,所以我只是选择了“命名”。他们有合适的名字吗?

class Email():
    name = "Kit"
    email = "[email protected]"
    named = "Kit <[email protected]>"

The RFC for email addresses defines both that you can use [email protected] as well as Kit <[email protected]> but it doesn't appear to be calling them by any special name and so I simply went with "named". Is there a proper name for them?

class Email():
    name = "Kit"
    email = "[email protected]"
    named = "Kit <[email protected]>"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葵雨 2024-12-05 20:53:16

RFC 似乎只是将其称为邮箱。

通常,邮箱由两部分组成:(1) 可选的
显示名称,指示收件人的姓名(可以
是一个人或一个系统),可以显示给用户
邮件应用程序,以及 (2) 包含在角度中的地址规范地址
括号(“<”和“>”)。

It seems RFC just calls it mailbox.

Normally, a mailbox is comprised of two parts: (1) an optional
display name that indicates the name of the recipient (which could
be a person or a system) that could be displayed to the user of a
mail application, and (2) an addr-spec address enclosed in angle
brackets ("<" and ">").

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文