[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS access to nnimap source



Nnimap is now available via anonymous CVS.

If you have CVS installed (get it from any GNU archive), this is the
easiest way of getting nnimap.

Login command (you only need to do this once):

cvs -d :pserver:anonymous@robotics.caltech.edu:/home/radford/src/cvs \
	login

The password is "nnimap".

Create a source directory and checkout latest version:

cvs -d :pserver:anonymous@robotics.caltech.edu:/home/radford/src/cvs \
	checkout nnimap

In the future, to update your source tree you can do:

cd nnimap
cvs update

Thanks to Jim Radford for providing us with the CVS server.