|
Pop
In computing, local e-mail clients use the Post Office Protocol version 3 (POP3), an application-layer Internet standard protocol, to retrieve e-mail from a remote server over a TCP/IP connection. more...
Home
Accessories/ Storage
CDs
Cassettes
Music Memorabilia
Other Music Formats
Records
10" Singles
12'' Singles
7'' Singles
Avant-Garde/ Experimental
Blues
Children's
Christmas/ Seasonal
Classical
Comedy
Country
Dance
Easy Listening
Folk
Indie/ Britpop
1970s
1980s
1990s
2000s
Irish Folk/ Traditional
Jazz
Metal
Death Metal
Heavy Metal
Nu-Metal
Other Metal
Speed/ Thrash Metal
Other 7'' Singles
Pop
1970s
1980s
1990s
2000s
Pop & Beat: 1960s
Beat: 1960s
Pop: 1960s
The Beatles
R&B/ Soul
Funk
Mainstream
Motown
Northern Soul
Other R&B/ Soul
R&B
Soul
Rap/ Hip Hop
Reggae/ Ska
Dancehall
Dub
Other Reggae/ Ska
Roots
Ska
Religious/ New Age
Rock
Alternative
Classic
Country
Doo Wop/ 50s Rock 'n' Roll
Elvis
Folk
Glam
Gothic
Grunge
Hard
New Wave
Other Rock
Progressive
Psychedelic/ 60s Garage
Punk
Rockabilly
Soft
Soundtracks/ Themes
Spoken Word
World Music
78 RPM
Albums/ LPs
Other Records
Nearly all subscribers to individual Internet service provider e-mail accounts access their e-mail with client software that uses POP3.
Overview
POP3 has made earlier versions of the protocol obsolete, POP (informally called POP1) and POP2. In contemporary usage, the less precise term POP almost always means POP3 in the context of e-mail protocols.
The design of POP3 and its predecessors supports end users with intermittent connections (such as dial-up connections), allowing these users to retrieve e-mail when connected and then to view and manipulate the retrieved messages without needing to stay connected. Although most clients have an option to leave mail on server, e-mail clients using POP3 generally connect, retrieve all messages, store them on the user's PC as new messages, delete them from the server, and then disconnect. In contrast, the newer, more capable Internet Message Access Protocol (IMAP) supports both connected and disconnected modes of operation. E-mail clients using IMAP generally leave messages on the server until the user explicitly deletes them. This and other facets of IMAP operation allow multiple clients to access the same mailbox. Most e-mail clients support either POP3 or IMAP to retrieve messages; however, fewer Internet Service Providers (ISPs) support IMAP. The fundamental difference between POP3 and IMAP4 is that POP3 offers access to a mail drop; the mail exists on the server until it is collected by the client. Even if the client leaves some or all messages on the server, the client's message store is considered authoritative. In contrast, IMAP4 offers access to the mail store; the client may store local copies of the messages, but these are considered to be a temporary cache; the server's store is authoritative.
Clients with a leave mail on server option generally use the POP3 UIDL (Unique IDentification Listing) command. Most POP3 commands identify specific messages by their ordinal number on the mail server. This creates a problem for a client intending to leave messages on the server, since these message numbers may change from one connection to the server to another. For example if a mailbox contains five messages at last connect, and a different client then deletes message #3, the next connecting user will find the last two messages' numbers decremented by one. UIDL provides a mechanism to avoid these numbering issues. The server assigns a string of characters as a permanent and unique ID for the message. When a POP3-compatible e-mail client connects to the server, it can use the UIDL command to get the current mapping from these message IDs to the ordinal message numbers. The client can then use this mapping to determine which messages it has yet to download, which saves time when downloading. IMAP has a similar mechanism, using a 32-bit UID (Unique IDentifier) that is required to be strictly ascending. The advantage of the numeric UID is with large mailboxes; a client can request just the UIDs greater than its previously stored "highest UID". In POP, the client must fetch the entire UIDL map.
Read more at Wikipedia.org
|
|