summaryrefslogtreecommitdiff
path: root/README
blob: a63dc09cc129922be5237981115696db58e932f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.

Return to:

Send suggestions and report system problems to the System administrator.