English Dictionary
◊ DID YOU MEAN POP?
pop
adj : (of music or art) new and of general appeal (especially
among young people) [syn: {popular}]
n 1: an informal term for a father; probably derived from baby
talk [syn: {dad}, {dada}, {daddy}, {old man}, {pa}, {papa},
{pappa}, {pater}]
2: a sweet drink containing carbonated water and flavoring; "in
New England they call sodas tonics" [syn: {soda}, {soda
pop}, {soda water}, {tonic}]
3: a sharp explosive sound as from a gunshot or drawing a cork
[syn: {popping}]
4: music of general appeal to young people [syn: {pop music}]
adv : like a pop or with a pop; "everything went pop"
v 1: bulge outward; "His eyes popped" [syn: {protrude}, {pop out},
{bulge}, {bulge out}, {bug out}, {come out}]
2: hit a pop-fly, in baseball
3: make a sharp explosive noise
4: fire a weapon with a loud explosive noise; "The soldiers
were popping"
5: inject into the skin, as of drugs [syn: {skin pop}]
English Computing Dictionary
◊ POP3
POP3
Version 3 of the {Post Office Protocol}.
POP3 is defined in {RFC 1081}, written in November 1988 by
Marshall Rose, which is based on RFC 918 (since revised as RFC
937). POP3 allows a {client} computer to retrieve {electronic
mail} from a POP3 {server} via a (temporary) {TCP/IP} or
other[?] connection. It does not provide for sending mail,
which is assumed to be done via {SMTP} or some other method.
POP is useful for computers, e.g. mobile or home computers,
without a permanent network connection which therefore require
a "post office" (the POP server) to hold their mail until they
can retrieve it.
Although similar in form to the original POP proposed for the
{Internet} community, POP3 is similar in spirit to the ideas
investigated by the {MZnet} project at the University of
California, Irvine, and is incompatible with earlier versions
of POP.
Substantial work was done on examining POP in a {PC}-based
environment. This work, which resulted in additional
functionality in this protocol, was performed by the {ACIS}
Networking Systems Group at {Stanford University}.
RFC 1082 (POP3 Extended Service) extends POP3 to deal with
accessing mailboxes for {mailing lists}.
(1997-01-09)