


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The different e-mail protocols such as SMTP, POP, and IMAP. It describes SMTP as a standard protocol used for sending e-mail efficiently and reliably over the internet. It also explains the different SMTP commands and how they work. Additionally, it describes IMAP as a protocol that allows the client program to manipulate the e-mail message on the server without downloading them on the local computer. It enables users to take any action such as downloading, delete the mail without reading the mail. It also enables users to create, manipulate and delete remote message folders called mailboxes.
Typology: Lecture notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



E-mail Protocols are set of rules that help the client to properly transmit the information to or from the mail server. Here in this tutorial, we will discuss various protocols such as SMTP, POP, and IMAP.
SMTP stands for Simple Mail Transfer Protocol. It was first proposed in 1982. It is a standard protocol used for sending e-mail efficiently and reliably over the internet.
Key Points:
SMTP is application level protocol.
SMTP is connection oriented protocol.
SMTP is text based protocol.
It handles exchange of messages between e-mail servers over TCP/IP network.
Apart from transferring e-mail, SMPT also provides notification regarding incoming mail.
When you send e-mail, your e-mail client sends it to your e-mail server which further contacts the recipient mail server using SMTP client.
These SMTP commands specify the sender’s and receiver’s e-mail address, along with the message to be send.
The exchange of commands between servers is carried out without intervention of any user.
In case, message cannot be delivered, an error report is sent to the sender which makes SMTP a reliable protocol.
The following table describes some of the SMTP commands:
S.N. Command Description
1
This command initiates the SMTP conversation.
This is an alternative command to initiate the conversation. ESMTP indicates that the sender server wants to use extended SMTP protocol.
This indicates the sender’s address.
It identifies the recipient of the mail. In order to deliver similar message to multiple users this command can be repeated multiple times.
5
This command let the server know the size of attached message in bytes.
The DATA command signifies that a stream of data will follow. Here stream of data refers to the body of the message.
7
This commands is used to terminate the SMTP connection.
This command is used by the receiving server in order to verify whether the given username is valid or not.
It is same as VRFY, except it will list all the users name when it used with a distribution list.
IMAP
IMAP stands for Internet Message Access Protocol. It was first proposed in 1986. There exist five versions of IMAP as follows:
Key Points:
IMAP allows the client program to manipulate the e-mail message on the server without downloading them on the local computer.
The e-mail is hold and maintained by the remote server.
It enables us to take any action such as downloading, delete the mail without reading the mail.It enables us to create, manipulate and delete remote message folders called mail boxes.
IMAP enables the users to search the e-mails.
It allows concurrent access to multiple mailboxes on multiple mail servers.
POP commands are generally abbreviated into codes of three or four letters. Eg. STAT.
The following table describes some of the POP commands:
S.N. Command Description
1
This command opens the connection.
2
It is used to display number of messages currently in the mailbox.
3
It is used to get the summary of messages where each message summary is shown.
4
This command helps to select a mailbox to access the messages.
5
It is used to delete a message.
6
It is used to reset the session to its initial state.
7
It is used to log off the session.
Comparison between POP and IMAP
1 Generally used to support single client. Designed to handle multiple clients.
2 Messages are accessed offline. Messages are accessed online although it also supports offline mode. 3 POP does not allow search facility. It offers ability to search emails.
4 All the messages have to be downloaded. It allows selective transfer of messages to the client.
5
Only one mailbox can be created on the server.
Multiple mailboxes can be created on the server.
6 Not suitable for accessing non-mail data. Suitable for accessing non-mail data i.e. attachment.
7
POP commands are generally abbreviated into codes of three or four letters. Eg. STAT.
IMAP commands are not abbreviated, they are full. Eg. STATUS. 8 It requires minimum use of server resources. Clients are totally dependent on server.
9 Mails once downloaded cannot be accessed from some other location.
Allows mails to be accessed from multiple locations.
10
The e-mails are not downloaded automatically.
Users can view the headings and sender of e-mails and then decide to download. 10 POP requires less internet usage time. IMAP requires more internet usage time.