Email Protocols (original) (raw)

Last Updated : 11 Apr, 2026

Email protocols are standardized rules that control how emails are sent, received, and accessed between mail clients and mail servers over the Internet.

email_protocols

**Note: Email protocols establish communication between the sender and receiver for the transmission of email. Email forwarding includes components like two computers sending and receiving emails and the mail server.

Types of Email Protocols

Three basic types of email protocols involved for sending and receiving mails are:

TypesofEmailProtocol

1. SMTP (Simple Mail Transfer Protocol)

Simple Mail Transfer Protocol is used to send mails over the internet. SMTP is an application layer and connection-oriented protocol. SMTP is efficient and reliable for sending emails. SMTP uses TCP as the transport layer protocol. It handles the sending and receiving of messages between email servers over a TCP/IP network.

SMTP-Gif

Simple Mail Transfer Protocol

2. POP3 (Post Office Protocol)

Post Office Protocol is used to retrieve email for a single client. POP3 version is the current version of POP used. It is an application layer protocol. It allows to access mail offline and thus, needs less internet time. To access the message it has to be downloaded.

POP3

Post Office Protocol 3

3. IMAP (Internet Message Access Protocol)

Internet Message Access Protocol is used to retrieve mails for multiple clients. There are several IMAP versions: IMAP, IMAP2, IMAP3, IMAP4, etc. IMAP is an application layer protocol. IMAP allows to access email without downloading them and also supports email download.

Internet-Message-Access-Protocol-(IMAP)

Internet Message Access Protocol