What are SMTP, POP3 and IMAP?

SMTP, POP3 and IMAP are TCP/IP protocols used for mail delivery. If you plan to set up an email server such as hMailServer, you must know what they are used for. Each protocol is just a specific set of communication rules between computers.

SMTP

SMTP stands for Simple Mail Transfer Protocol. SMTP is used when email is delivered from an email client, such as Outlook Express, to an email server or when email is delivered from one email server to another. SMTP uses port 25.

POP3

POP3 stands for Post Office Protocol. POP3 allows an email client to download an email from an email server. The POP3 protocol is simple and does not offer many features except for download. Its design assumes that the email client downloads all available email from the server, deletes them from the server and then disconnects. POP3 normally uses port 110.

IMAP

IMAP stands for Internet Message Access Protocol. IMAP shares many similar features with POP3. It, too, is a protocol that an email client can use to download email from an email server. However, IMAP includes many more features than POP3. The IMAP protocol is designed to let users keep their email on the server. IMAP requires more disk space on the server and more CPU resources than POP3, as all emails are stored on the server. IMAP normally uses port 143.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Setting up Email securely

Email is not private. Don’t forget that ever.  Unencrypted connections are far too easily...

Setting up Email

You can use either the webmail interface or an email client. If you decide to use an email...

Accessing webmail

To access web mail, enter the following in your browser's address bar:...

Difference between setting up IMAP and POP3

The only difference between setting up IMAP and POP3 is the incoming port. IMAP and POP3 are...

Email ports

Email ports POP3 - port 110 IMAP - port 143 SMTP - port 25 HTTP - port 80 Secure...