| POP (Post Office Protocol) and
IMAP (Internet Messaging Access Protocol) are both access protocols
with POP3 and IMAP4 being the most common versions. POP3 and IMAP4
define how a mail "client" (GroupWise, Netscape*, Outlook* etc.)
accesses and retrieves mail from any POP3 or IMAP4 compliant mail
server. POP3 and IMAP4 are used widely when users wish to be able
to download e-mail and disconnect in a temporary session. Mail is
downloaded to a local workstation where the POP3 or IMAP4 client
is running. Users read or compose mail offline, then connect to
the mail server to send or synchronize messages.
The GroupWise 6 client includes the ability to interact with POP
and IMAP servers but requires simple configuration in order to do
so. Before getting started, users need to know what type of account
(POP3 or IMAP4) will be configured.
POP3-The POP3 protocol is simply a standard way of accessing
and downloading e-mail from a POP server. POP3 supports getting
mail from one folder, the Mailbox. It does not support organizing
mail between multiple folders on the server. By default, a POP3
client removes mail from the server once it has been successfully
downloaded. After download, mail exists exclusively on the POP3
client machine. Also by default, the POP3 protocol downloads the
entire message, regardless of size, whenever a connection is made.
IMAP4-The IMAP4 protocol standard provides a flexible method
of accessing a mail server and downloading e-mail. IMAP is a more
robust and feature rich protocol which supports multiple folders
on the server side and by default does not remove the mail from
the server when a connection is made and mail is downloaded.
IMAP also only downloads the message header by default. Users can
preview the subject, message sender, and message size before downloading
the entire message.
POP3 Features
- Downloads entire message during synchronization; makes offline
reading simpler, but initial synchronization times take longer
than IMAP4
- Changes made on the local client (deleting mail) are not replicated
back up to the server
- Can configure client to leave messages on server (This may
be useful if accessing a mailbox from other clients such as a
Web browser that communicates directly with the server.)
- Does not support server side folders
IMAP4 Features
- Messages stay on the server, and are not removed from the server
simply by synchronizing the client
- Only the headers of the mail messages are downloaded with information
on sender, recipients, subject and message size; when a message
header is opened, the entire message body content is downloaded
and users can potentially delete mail without having to download
the entire message (useful with junk mail and large messages)
- IMAP is designed to keep the client message store synchronized
with the server message store-an e-mail item moved to a different
folder on the client will be reflected on the server
- Performance on a modem is faster
- Users can access and store mail in folders on the server
- Losing a server connection can cause problems as only the headers,
not the entire message, will be accessible
|