Android 支持 RFC 2821 SMTP 标准吗?

发布于 2024-11-10 13:37:10 字数 46 浏览 1 评论 0原文

你们谁能确认一下 Android 是否支持 RFC 2821 SMTP 标准?

Can anyone of you confirm me if RFC 2821 SMTP standard supported in Android?

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

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

发布评论

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

评论(1

围归者 2024-11-17 13:37:10

来自 RFC 2821

摘要

本文档是一个独立的文档
基本协议规范
用于互联网电子邮件
运输。它巩固、更新
并澄清,但不添加新的或
改变现有的功能
以下:

  • 原始 SMTP(简单邮件传输协议)规范
    RFC 821 [30],

  • 域名系统要求和对邮件的影响
    来自 RFC 1035 [22] 和 RFC 974 [27] 的传输,

  • RFC 1123 中的澄清和适用性声明
    [2],

  • 来自 SMTP 扩展机制 [19] 的材料。

请注意我用粗体突出显示的文本。由此,我认为它不是一个新标准,也没有为 SMTP 的工作方式或任何“功能”等添加任何内容。

简而言之,我想说你的问题的答案是“是”。然而,需要注意的一点是,并非每个互联网协议的每个方面都是强制性的。永远不要假设任何声称符合 RFC xxxx 的平台实际上实现了所有功能。任何定义为可选的内容都可能受支持,也可能不受支持。

From RFC 2821

Abstract

This document is a self-contained
specification of the basic protocol
for the Internet electronic mail
transport. It consolidates, updates
and clarifies, but doesn't add new or
change existing functionality of
the following:

  • the original SMTP (Simple Mail Transfer Protocol) specification of
    RFC 821 [30],

  • domain name system requirements and implications for mail
    transport from RFC 1035 [22] and RFC 974 [27],

  • the clarifications and applicability statements in RFC 1123
    [2],
    and

  • material drawn from the SMTP Extension mechanisms [19].

Notice where I've highlighted the text in bold. From that, I interpret that it is not a new standard nor does it add anything to the way SMTP works or any 'features' etc.

In short, I'd say the answer to your question is 'yes'. One thing to note, however, is that not every aspect of every internet protocol is compulsory. Don't ever assume that any platform which claims to conform to RFC xxxx actually implements all functionality. Anything that's defined to be optional may or may not be supported.

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