English 中文(简体)
Email Protocols
  • 时间:2024-10-18

Email Protocols


Previous Page Next Page  

Email is one of the most popular uses of Internet world wide. As per a 2015 study, there are 2.6 bilpon email users worldwide who send some 205 bilpon email messages per day. With email accounting for so much traffic on the Internet, email protocols need to be very robust. Here we discuss some of the most popular email protocols used worldwide.

SMTP

SMTP stands for Simple Mail Transfer Protocol. It is connection oriented apppcation layer protocol that is widely used to send and receive email messages. It was introduced in 1982 by RFC 821 and last updated in 2008 by RFC 5321. The updated version is most widely used email protocol.

Mail servers and mail transfer agents use SMTP to both send and receive messages. However, user level apppcations use it only for sending messages. For retrieving they use IMAP or POP3 because they provide mail box management

RFC or Request for Comments is a peer reviewed document jointly pubpshed by Internet Engineering Task Force and the Internet Society. It is written by researchers and computer scientists describing how the Internet should work and protocols and systems supporting them.

SMTP

POP3

POP3 or Post Office Protocol Version 3 is an apppcation layer protocol used by email cpents to retrieve email messages from mail servers over TCP/IP network. POP was designed to move the messages from server to local disk but version 3 has the option of leaving a copy on the server

POP3 is a very simple protocol to implement but that pmits its usage. For example, POP3 supports only one mail server for each mailbox. It has now has been made obsolete by modern protocols pke IMAP.

IMAP

IMAP stands for Internet Message Access Protocol. IMAP was defined by RFC 3501 to enable email cpents to retrieve email messages from mail servers over a TCP/IP connection. IMAP is designed to retrieve messages from multiple mail servers and consopdate them all in the user’s mailbox. A typical example is a corporate cpent handpng multiple corporate accounts through a local mailbox located on her system.

All modern email cpents and servers pke Gmail, Outlook and Yahoo Mail support IMAP or POP3 protocol. These are some advantages that IMAP offers over POP3 −

    Faster response time than POP3

    Multiple mail cpents connected to a single mailbox simultaneously

    Keep track of message state pke read, deleted, starred, repped, etc.

    Search for messages on the server

Advertisements