diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-06-28 14:53:29 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-06-28 14:53:29 +0000 |
commit | fce2adb7359e6c9e50d280f0ac807117628fc6e9 (patch) | |
tree | 6fb5c7ed9fa65748ff6810a838b52a779914dbc8 /INSTALL | |
parent | 4502f7c0f4c16106911e8758ee05d038385c9d1a (diff) | |
download | fetchmail-fce2adb7359e6c9e50d280f0ac807117628fc6e9.tar.gz fetchmail-fce2adb7359e6c9e50d280f0ac807117628fc6e9.tar.bz2 fetchmail-fce2adb7359e6c9e50d280f0ac807117628fc6e9.zip |
Licensing and copyright changes pursuant to Carl Harris handing me the
baton.
svn path=/trunk/; revision=16
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 29 |
1 files changed, 1 insertions, 28 deletions
@@ -1,33 +1,6 @@ INSTALL Instructions for Popclient - $Log: INSTALL,v $ - Revision 1.1 1996/06/28 14:09:41 esr - Initial revision - - Revision 1.2 1995/08/10 00:32:17 ceharris - Preparation for 3.0b3 beta release: - - added code for --kill/--keep, --limit, --protocol, --flush - options; --pop2 and --pop3 options now obsoleted by --protocol. - - added support for APOP authentication, including --with-APOP - argument for configure. - - provisional and broken support for RPOP - - added buffering to SockGets and SockRead functions. - - fixed problem of command-line options not being correctly - carried into the merged options record. - - Revision 1.1 1995/08/09 01:32:40 ceharris - Version 3.0 beta 2 release. - Added - - .poprc functionality - - GNU long options - - multiple servers on the command line. - Fixed - - Passwords showing up in ps output. - - - -Installing popclient is easier than ever. From within this directory, -type: +Installing popclient is easy. From within this directory, type: ./configure |