1.消息应用程序编程接口(MAPI):
它是Microsoft专有的协议,它允许Microsoft Outlook电子邮件客户端适当使用Exchange Server的功能,包括电子邮件和其他文件夹。 MAPI允许我们将消息从云存储移动到本地存储。此功能使我们可以备份重要的电子邮件。这是用于检索电子邮件的IMAP或POP协议的替代方法。
MAPI的功能:
- 它与多个应用程序兼容,例如“发送邮件”或“发送文件”。
- 它比HTTP更可取,因为它提高了可靠性和稳定性。
- 无论用户更改网络连接如何,它都可以维护会话。
- 通过使用基于HTTP的协议来提供更好的身份验证。
2.简单邮件传输协议(SMTP) :
它是一种协议,用于使用电子邮件地址将通信信息从一台计算机发送到另一台计算机。 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. |