summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>1999-10-03 22:43:28 +0000
committerJeff Bailey <jbailey@gnu.org>1999-10-03 22:43:28 +0000
commitdddb3013ed5cd64b28bdee2ddef38532c736f980 (patch)
tree7cf1e02f95ad14fe57ecb1805676f03cb46d6cf7 /README
parentd829859e5ded2ac1692971059ae8f942d10f53ca (diff)
downloadmailutils-dddb3013ed5cd64b28bdee2ddef38532c736f980.tar.gz
mailutils-dddb3013ed5cd64b28bdee2ddef38532c736f980.tar.bz2
1999-10-03 Jeff Bailey <jbailey@cr499794-a.crdva1.bc.wave.home.com>
* mail/Makefile.am: Add -Wall to compile line. * libmailbox/Makefile.am: Add -Wall to compile line. * libmailbox/mailbox.c: Warning cleanup, second parameter of lock should be unsigned int, not int. * libmailbox/mailbox.h: "" * libmailbox/unixmbox.h: "" * libmailbox/unixmbox.c: "" * AUTHORS: Include my name. =) * README: Rewrite for public consumption * README-alpha: New file, add mailing list address, CVS information. * libmailbox/unixmbox.c: Include config.h if defined * libmailbox/mailbox.c: Include config.h if defined * mail/mail.c: Include config.h if defined, update copyright.
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 31 insertions, 5 deletions
diff --git a/README b/README
index ffdaf955d..8c884c97f 100644
--- a/README
+++ b/README
@@ -1,6 +1,32 @@
-This is the GNU mailutils package.
+This is the GNU mailutils package
+=================================
-This is a *pre-release* version, and not ready for production use yet. If you
-are taking source from CVS, you will need to have libtool, automake, and autoconf
-installed to help contribute. See the file 'INSTALL' for (generic) installation
-instructions. \ No newline at end of file
+This package contains a POP3 server and a simple replacement for `/bin/mail'.
+An IMAP4 server is being worked on. These applications are tied around a
+central library that handles all mailbox activity called libmailbox, which is
+GPLd (See COPYING). If you want to use this in your own programs, see the
+examples subdirectory.
+
+This software is part of the GNU project and belongs to the Free Software
+Foundation.
+
+Why use this package?
+=====================
+
+Most POP3 servers load the entire email box into RAM and deal with it
+there. This server, instead, creates an index in RAM of all of the messages
+in the mailbox, allowing for quick access. You can expect this server
+to use approx 750kb base code (on IA32) + 32 bytes per message indexed.
+
+How to install
+==============
+
+Please see the INSTALL file in this directory.
+
+Where to report BUGS
+====================
+
+Please report any bugs to <bug-mailutils@gnu.org>. We encourage sysadmins
+who will be using this package to subscribe to this list by sending an email
+to <bug-mailutils-request@gnu.org> with the word `subscribe' in the body of
+the message.

Return to:

Send suggestions and report system problems to the System administrator.