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 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)
|
IMAP General Operation, Client/Server Communication and Session States
(Page 1 of 3)
IMAP does the same basic job as POP:
it enables access to a mailbox stored on a remote server. For this reason,
it's not too surprising that IMAP is somewhat similar to POP in operation,
and you'll notice those similarities in this topic if you've already
read about POP3. However, IMAP has many more features and capabilities
than POP. Therefore, it's also not too surprising that IMAP would be
more complex than POP in terms of how it operates, and I think you will
notice this as well.
Client/Server Communication
IMAP4 is a standard client/server
protocol like POP3 and most
other TCP/IP application protocols. For
the protocol to function, an IMAP4 server must be operating on the server
where user mailboxes are located. Again, as with POP3, this need not
necessarily be the same physical server as the one that provides SMTP
service. The mailbox must in some way be made accessible to both SMTP
for incoming mail and to IMAP4 for message retrieval and modification.
A mechanism for ensuring exclusive access to avoid interference between
the various protocols is also needed.
IMAP4 uses the Transmission
Control Protocol (TCP) for communication.
This ensures that all commands and data are sent reliably and received
in the correct order. IMAP4 servers listen on well-known
port number 143 for incoming connection
requests from IMAP4 clients. After a TCP connection is established,
the IMAP4 session begins.
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! |
|
|
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.
|