1. 消息应用程序接口(MAPI):
这是 Microsoft 使用的专有协议,允许 Microsoft Outlook 电子邮件客户端适当地使用 Exchange Server 的功能,包括电子邮件和其他文件夹。 MAPI 允许我们将消息从云存储移动到本地存储。此功能允许我们备份重要的电子邮件。这是用于检索电子邮件的 IMAP 或 POP 协议的替代方案。
MAPI 的特点:
- 它与多种应用程序兼容,例如发送邮件或发送文件。
- 它比 HTTP 更受欢迎,因为它提高了可靠性和稳定性。
- 无论用户如何更改网络连接,它都能设法维持会话。
- 通过使用基于 HTTP 的协议提供更好的身份验证。
2.简单邮件传输协议(SMTP) :
它是一种协议,用于使用电子邮件地址将通信信息从一台计算机发送到另一台计算机。 SMTP 用于设置服务器之间的通信规则。它提供多种通信模式,例如向多个客户端发送一条消息、发送音频、视频文件等。它提供错误处理功能和对错误消息的回复。
SMTP的特点:
- 它广泛用于“邮件中继”,其中电子邮件从一个 SMTP 服务器路由到另一个服务器以到达其目的地。
- 它还提供检查消息中的错误并对其采取措施的功能。
- 它为邮件转发提供了某些条件,包括用户更改其电子邮件地址。
- SMTP 服务器提供配置为电子邮件网关的功能。
MAPI 和 SMTP 的区别:
S.No | MAPI | SMTP |
---|---|---|
1. | It is short used for Message Application Programming Interface. | It is short for Simple Mail Transfer Protocol. |
2. | Designed by Microsoft in August 2007. | Designed by RFC 821 in 1982. |
3. | It is used for sending and retrieving emails. | It is used for sending emails. |
4. | It functions for accessing messages, directories, and files. | It functions between servers for the transfer of information. |
5. | MAPI has less widespread support. | SMTP has more support than MAPI. |
6. | MAPI sends a copy of emails to the user. | It does not send a copy of sent emails. |
7. | Users can organize mails on local storage. | Users can organize mails on client storage. |
8. | It offers the email to be changes by Microsoft Outlook services. | It offers the email to be changes after being sent successfully. |