Name Last Update
doc Loading commit data...
examples Loading commit data...
from Loading commit data...
imap4d Loading commit data...
include Loading commit data...
lib Loading commit data...
libmailbox Loading commit data...
m4 Loading commit data...
mail Loading commit data...
mailbox Loading commit data...
pop3d Loading commit data...
.cvsignore Loading commit data...
AUTHORS Loading commit data...
COPYING.FDL Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
README-alpha Loading commit data...
THANKS Loading commit data...
TODO Loading commit data...
acconfig.h Loading commit data...
autogen.sh Loading commit data...
configure.in Loading commit data...
mailutils.spec.in Loading commit data...
This is the GNU mailutils package
=================================

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.  If you want to use this in your own programs, see
the examples subdirectory.

The library is licensed under the GNU LGPL.  The documentation is
licensed under the GNU Free Documentation License.  All other code is
licensed under the GNU GPL.  See the files COPYING, COPYING.LIB, and
COPYING.FDL for details.

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.