Currently, two standards exist for the remote retrieval of Internet mail: POP and IMAP.
POP (Post Office Protocol) is the most popular service. The most common variant (POP3) operates using TCP on TCP/IP port 110. An older variant (POP2) operated on port 109. The popular Qualcomm "popper" server daemon also supports password changes, which is accomplished through a "poppassd" daemon operating on port 106.
Some popular client programs that support the POP protocol are:
The IMAP (Internet Message Access Protocol) is a newer standard which is currently at version 4.1. The protocol itself is under active development by the University of Washington. IMAP operates on using TCP on TCP/IP port 143.
Some popular IMAP client programs are:
POP is the simplest protocol to implement. It is the most widely used system at the time of this writing. It is less taxing to the server. POP transfers the entire pending queue of mail messages (e.g. you have to download that huge attachment before proceeding on to subsequent messages). If mail is stored on the server, possible sequencing problems can occur if mail is checked from multiple PCs.
IMAP is more taxing to the mail server. E-Mail stays on the system in the mailbox. E-Mail message information is made available to the client. The end-user can selectively read (and download) messages. Also, IMAP allows the user to create mailbox "folders" in the user's home directory. Mail messages (including attachments) can be transferred to the server folder without occupying bandwidth on the dial-up connection.
IMAP permits multiple, simultaneous access to a single mailbox. This is extremely useful for business where multiple individuals have access to a single mailbox.
We suggest that businesses move towards IMAP E-Mail service. It provides more reliable transport (fewer timeout conditions) and efficiently presents message headers without retreiving the actual message. This allows the most efficient use of your connection time.
Look for IMAP coming soon to Microsoft Exchange. It is currently available for Netscape Communicator (sloooow). TeamWare's Embla program is freeware and is an excellent IMAP or POP client.
| Home | History | Multiplex | Xmission | Networking | Switching | Modulation |
pop-imap.htm, ©1998 All rights reserved
Tampa Bay Interactive, Inc.
Last Revised on: Monday, 25-Oct-2004 19:47:12 EDT