Please Whitelist This Site?

I know everyone hates ads. But please understand that I am providing premium content for free that takes hundreds of hours of time to research and write. I don't want to go to a pay-only model like some sites, but when more and more people block ads, I end up working for free. And I have a family to support, just like you. :)

If you like The TCP/IP Guide, please consider the download version. It's priced very economically and you can read all of it in a convenient format without ads.

If you want to use this site for free, I'd be grateful if you could add the site to the whitelist for Adblock. To do so, just open the Adblock menu and select "Disable on tcpipguide.com". Or go to the Tools menu and select "Adblock Plus Preferences...". Then click "Add Filter..." at the bottom, and add this string: "@@||tcpipguide.com^$document". Then just click OK.

Thanks for your understanding!

Sincerely, Charles Kozierok
Author and Publisher, The TCP/IP Guide


NOTE: Using software to mass-download the site degrades the server and is prohibited.
If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.

The Book is Here... and Now On Sale!

Enjoy The TCP/IP Guide? Get the complete PDF!
The TCP/IP Guide

Custom Search







Table Of Contents  The TCP/IP Guide
 9  TCP/IP Application Layer Protocols, Services and Applications (OSI Layers 5, 6 and 7)
      9  TCP/IP Key Applications and Application Protocols
           9  TCP/IP File and Message Transfer Applications and Protocols (FTP, TFTP, Electronic Mail, USENET, HTTP/WWW, Gopher)
                9  TCP/IP Electronic Mail System: Concepts and Protocols (RFC 822, MIME, SMTP, POP3, IMAP)
                     9  TCP/IP Electronic Mail Access and Retrieval Protocols and Methods
                          9  TCP/IP Internet Message Access Protocol (IMAP/IMAP4)

Previous Topic/Section
TCP/IP Internet Message Access Protocol (IMAP/IMAP4)
Previous Page
Pages in Current Topic/Section
1
23
Next Page
IMAP General Operation, Client/Server Communication and Session States
Next Topic/Section

IMAP Overview, History, Versions and Standards
(Page 1 of 3)

The Post Office Protocol (POP, or POP3 after its current version) has become the most popular protocol for accessing TCP/IP mailboxes not because of its rich functionality, but in spite of its lack of it. POP implements the offline mail access model, where mail is retrieved and then deleted from the server where the mailbox resides, so it can be used on a local machine. Millions of people use POP3 every day to access incoming mail. Unfortunately, due to the way the offline access model works, POP3 cannot really be used for much else.

As I said in my overview of mailbox access models, the online model is the one we would use in an “ideal world”, where all of us were always connected to the Internet all the time. Offline access is a necessity because this is not the case; most user client machines are only connected to the Internet periodically. The transfer of mail from the server to a client machine removes the requirement that we be online to perform mail functions, but costs us the benefits of central mail storage on the server.

The Benefits of Centralized E-Mail Storage

You may find it counterintuitive that it could be better to have mail stored on some remote server rather than on our local computer. The main reason is flexibility of access. One of the biggest problems with offline access using POP3 is that mail is transferred permanently from a central server to one client machine. This is fine so long as an individual only uses that one machine, but what if the person has separate work and home computers, or travels a great deal? How about if a mailbox is shared by many users? These concerns have become more and more important in recent years.

Another issue is data security and safety. Mail servers run by Internet service providers are usually located in professionally-managed data centers. They are carefully controlled and monitored, and backups are done on a routine basis. Most people do not take this sort of care with their own PCs and Macintoshes, nor do they back up their data routinely. It is thus more likely that mail be lost when it is on a local machine than when it remains on the server.

Of course, we still have the problem of not wanting to force users to be online all the time to access their mail. The solution is the disconnected mailbox access model, which marries the benefits of online and offline access. Mail is retrieved for local use as in the offline model, so the user does not have to be connected to the server continuously. However, changes made to the mailbox are synchronized between the client and the server. The mail remains on the server where it can be accessed from a different client in the future, and the server acts as a permanent “home base” for the user's mail.

Recognizing these benefits, some attempts were made to implement POP using the disconnected access model. Typically, this was done by using POP commands to retrieve mail but still leave it on the server, which is an option in many client programs. This works, but only to a limited extent; for example, keeping track of which messages are new or old becomes an issue when they are both retrieved and left on the server. POP simply lacks the features required for proper disconnected access, because it was not designed for it.


Previous Topic/Section
TCP/IP Internet Message Access Protocol (IMAP/IMAP4)
Previous Page
Pages in Current Topic/Section
1
23
Next Page
IMAP General Operation, Client/Server Communication and Session States
Next Topic/Section

If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support!
Donate $2
Donate $5
Donate $10
Donate $20
Donate $30
Donate: $



Home - Table Of Contents - Contact Us

The TCP/IP Guide (http://www.TCPIPGuide.com)
Version 3.0 - Version Date: September 20, 2005

© Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.