home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
winbase
/
winnt
/
pop3
/
readme.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-17
|
291 b
|
8 lines
POP3 Sample
The POP3 sample includes a server that sets up a listening socket on the
POP3 port, then loops, accepting incoming connections from clients. Whenever
the server gets a connection, it sends a greeting message and starts a read
operation on the newly connected socket.