I wrote this ages ago. Apologies to the people who wanted it sooner - I've
just been so busy that this is the first chance I've had to tidy it up. As
a result of this be warned that I haven't yet tested the WAMPES version of
this against the latest WAMPES.

This program comes in three species depending upon how it is linked.

1.	Internet version

This is a conventional internet pop client, allbeit a very simple one that
just collects all of your messages.

cc Socket.c net.c popit.c -o popcli

2.	Radio version

Uses the netcmd socket of WAMPES to collect mail from a remote pop3 server
by radio. Note that the POP3 protocol is defined for _ANY_ reliable stream
service. I assume tcp/ip but changing net.radio.c will allow you to go and
run POP3 over AX.25 as some people do.

cc buildsaddr.c net.radio.c popit.c -o popcli

3.	Test version

Uses net.test.c to let you check the protocol machine by making the user a
pop3 server. Mostly as an example.

cc net.test.c popit.c -o popcli

Alan

LICENSE

This software as a cumulative whole is placed under the GNU public license
version 2. Copies are available from prep.ai.mit.edu, or by e-mail request
from the author. The following files have individual copyrights instead of
the GNU copyright.

buildsaddr.c is a supplied component of WAMPES and subject to the licenses
of WAMPES. Since you won't be using this without using WAMPES I doubt that
anyone will have problems.

Socket.c is freely redistributable (see the top of the file).

IMPORTANT:  THE AUTHOR DISCLAIMS ALL LIABILITY FOR THE PERFORMANCE OF THIS
SOFTWARE. IT IS THE SOLE DUTY OF YOU THE USER TO ENSURE THAT THIS SOFTWARE
IS SUITABLE FOR YOUR PURPOSES AND LEGALLY OPERABLE WITHIN THE LEGAL SYSTEM
YOU ARE GOVERNED BY.