What are POP and POP3? | Post Office Protocol 3

POP and POP3 (Post Office Protocol 3) are used to receive mail from a remote server, and they are the 3rd version of the email protocol.

What are POP and POP3?

What is the POP3 Mail Protocol?

POP3 allows emails to be retrieved from an email server. When you download an email with this protocol, the emails are stored locally as the Email has been deleted from the server.

However, POP and IMAP are only used for server-to-user communication within the ISP’s private network.

Since the server receives mail from another server over the Internet, it uses SMTP as the protocol between both servers.

Unlike other pre-built protocols such as SMTP, POP does not require a permanent connection to the Internet, as it requires the user to send messages stored on the server during the connection.

Another protocol commonly used as an alternative to POP is the IMAP protocol, where it is possible to open mail directly from the server as if it had been downloaded to a computer. In addition, IMAP allows you to delete received messages locally by keeping them on the server.

If you access your account from multiple locations using this protocol, you will not be able to see the emails you have previously received. The messages you download are stored on only one device.

It is not recommended for small businesses due to the high storage requirements of POP3. POP3 is often a helpful protocol for ISPs.

The SMTP protocol is used when the user sends a new email. Also, the connection between email servers is controlled by SMTP. When a user wants to read the newly received Email, they will be able to read the Email via POP or IMAP. Consequently, it is an email-receiving protocol.

This protocol uses TCP port 110 by default. TCP 995 port can also be used for email security, which is also defined in RFC 1939.

How Does the POP3 Post Office Protocol Work?

On a computer that is permanently connected to the Internet, mail client programs can be configured to check message requests to the mail server automatically.

As a result, the SMTP is used to send mail, and the POP is used to receive mail.

Most POP mail clients are automatically configured to delete the message from the mail server after successful transmission, but this setting can be changed optionally.

To better understand how the mail protocol works, you can test the Windows Mail application or a 3rd party software by configuring it with this mail protocol.

How POP3 works briefly: The received emails are deleted from the server and stored on the logged-in device. As a result, when you access your account elsewhere, you won’t be able to see the emails you have previously received.

POP Protocol Standards

POP works fully compliant with significant Internet messaging standards such as Multipurpose Internet Mail Extensions, which allow mail attachments and works best for users who have a program installed to read mail.

Also, this protocol is helpful for users who do not have a permanent connection to the Internet or a network that includes the mail server.

On networks with slow Internet connections, it runs a little slower as it requires client programs to download the full content of each message after authentication.

Versions

The latest version of the POP is POP3, and there are several uncommon versions.

   APOP

MDS is an authenticated protocol, and the mail client sends a hash and then ensures that the password is encrypted by the server instead of sending an encrypted password.

   RPOP

RPOP uses a password-like user ID to authenticate requests. However, this user ID is not encrypted, so RPOP is no longer secure than the POP standard.

How to Install It?

A POP server receives mail from authorized users and allows them to download it over the network. A server with these features has three essential components:

   Mailbox Storage

The mailbox storage area is where the server’s incoming messages are stored on the disk.

   Mailbox Service

The mailbox service enables users to download mail over the network.

   Account Management

With account management, passwords are determined for authorized users.

How to Make a Server Connection?

To establish a connection to a POP server, the mail client opens a TCP connection on port 110 of the server.

When the connection is established, the server sends an invitation to the client, and then commands and responses defined in the protocol between the server and the client are sent to each other.

In this data communication, authentication is requested from the client, where the username and password of the user are sent to the server.

When authentication is successful, the client enters the Transaction State, and the LIST, RETR, and DELE commands are used to view, download, and delete messages from the server, respectively.

Messages defined for deletion are not removed from the server until the client sends the QUIT command to end the session.

At this point, the server enters the Update State, a stage where flagged messages are deleted and all remaining session resources are cleared.

Conclusion

In this article, we briefly talked about what a post office protocol is. IMAP is an Email sending service, and POP is an Email receiving service. It is recommended that the IMAP protocol be used instead, as the storage capacity of the computer that will use this protocol will be seriously full. Thanks for following us!

Add a Comment

Your email address will not be published. Required fields are marked *