Commit 5d748cfc 5d748cfcbe28500b6ddb5c3d198f46252cb4d118 by Wojciech Polak

Update descriptions.

* README: Update.
* doc/texinfo/mailutils.texi: Update.
* mu-aux/mailutils.spec.in: Update.
* direntry: Not used anymore. Remove.
1 parent 3cf1d839
......@@ -4,25 +4,46 @@ This is the GNU Mailutils package
* Introduction
==============
This package contains a series of useful mail clients, servers, and
libraries. These are the primary mail utilities of the GNU system.
Specifically, this package contains a POP3 server, an IMAP4 server,
and a Sieve mail filter. It also provides a POSIX `mailx' client,
and a collection of other tools.
The central library is capable of reading mail from an `mbox' mailbox,
as well as off of local or remote POP3 and IMAP4 servers.
You're welcome to use this library in your own programs, please see
the examples subdirectory or these other applications. All libraries
are licensed using the GNU LGPL. The documentation is licensed under
the GNU FDL, and everything else is licensed using the GNU GPL. The
complete texts of the corresponding licences are included in the files
COPYING.LESSER, COPYING and doc/texinfo/COPYING.DOC.
This software is part of the GNU Project and belongs to the Free
Software Foundation.
GNU Mailutils is a rich and powerful protocol-independent mail
framework. It contains a series of useful mail libraries, clients,
and servers. These are the primary mail utilities for the GNU system.
The central library is capable of handling electronic mail in various
mailbox formats and protocols, both local and remote. Specifically,
this project contains a POP3 server, an IMAP4 server, and a Sieve mail
filter. It also provides a POSIX `mailx' client, and a collection of
other handy tools.
The GNU Mailutils libraries supply an ample set of primitives for
handling electronic mail in programs written in C, C++, Python or
Scheme.
At the core of Mailutils is libmailutils, a library which provides
universal access to various mailboxes and protocols: UNIX mailbox,
Maildir, MH, POP3, IMAP4, Sendmail, SMTP. Mailutils offers functions
for almost any mail-related task, such as parsing of messages, email
addresses and URLs, handling MIME messages, listing mail folders,
mailcap facilities, extensible Sieve filtering, access control lists.
It supports various modern data security and authentication
techniques: TLS encryption, SASL and GSSAPI, to name a few.
The framework is able to work with a wide variety of authorization
databases, ranging from traditional system password database up to
RADIUS, SQL and LDAP.
The utilities provided by Mailutils include imap4d and pop3d mail
servers, mail reporting utility comsatd, general-purpose mail delivery
agent maidag, mail filtering program sieve, and an implementation of
MH message handling system.
All utilities share the same subset of command line options and use
a unified configuration mechanism, which allows to easily configure
the package as a whole.
This software is part of the GNU Project and is copyrighted by the
Free Software Foundation. All libraries are distributed under the
terms of the Lesser GNU Public License. The documentation is licensed
under the GNU FDL, and everything else is licensed under the GNU GPL.
The complete texts of the corresponding licences are included in the
files COPYING.LESSER, COPYING and doc/texinfo/COPYING.DOC.
* Why use this package?
=======================
......
%%comments:
Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2009 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. A copy of the license is included in the file COPYING.
%%name: Mailutils
%%short-description: A set of libraries and programs for handling e-mail messages.
%%full-description:
GNU Mailutils is a collection of mail-related utilities. At the
core of mailutils is libmailutils, a library which provides access
to various forms of mailbox files (including remote mailboxes via
popular protocols). It also provides support for parsing of RFC-2822
style messages and MIME support. The utilities, provided by
mailutils include: pop3d, imap4d, comsatd, mail, frm, messages,
readmsg, guimb, sieve, mail.local, mail.remote, movemail,
and a subset of mh utilities.
%%category: mail, system
%%license: GPL
%%maintainer:
Sergey Poznyakoff <gray@gnu.org.ua>
%%updated: 14 Feb 2009
%%keywords: mail, email, pop3, imap4, sieve, comsat, smtp, mh, maildir, movemail
%%interface: Command line, daemon
%%programs: pop3d, imap4d, comsatd, mail, frm, messages, readmsg, guimb, sieve, mail.local, mail.remote, dotlock, anno, ali, comp, fmtcheck, folder, inc, install-mh, mark, mhl, mhpath, pick, refile, repl, rmf, rmm, scan, send, whatnow, movemail
%%GNU: yes
%%web-page: http://www.gnu.org/software/mailutils/mailutils.html
%%doc: English user reference included
%%doc: English user reference in Texinfo, DVI, PostScript, HTML, and plaintext formats available from http://www.gnu.org/software/mailutils/manual
%%developers:
Alain Magloire <alainm@gnu.org>,
Brian Edmond <briane@qnx.com>,
Dave Inglis <dinglis@qnx.com>,
Jakob Kaivo <jkaivo@ndn.net>,
Jeff Bailey <jbailey@gnu.org>,
Sam Roberts <sroberts@uniserve.com>,
Sean 'Shaleh' Perry <shaleh@debian.org>,
Sergey Poznyakoff <gray@gnu.org.ua>,
Wojciech Polak <polak@gnu.org>
%%source-tarball: ftp://ftp.gnu.org/pub/gnu/mailutils/mailutils-2.0.tar.gz
%%source-info: http://savannah.gnu.org/projects/mailutils
%%repository:
git clone git://git.savannah.gnu.org/mailutils.git,
http://savannah.gnu.org/git/?group=mailutils,
http://git.savannah.gnu.org/gitweb/?p=mailutils.git
%%source-language: C
%%weak-prerequisites: Guile 1.6.7, Libtool 1.4.2, GSASL 0.2.3, GnuTLS 1.0.18
%%version: 2.0 released on 26 Dec 2008
%%bug-list: bug-mailutils@gnu.org bug-mailutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-mailutils
%%entry-written-by: Sergey Poznyakoff <gray@gnu.org>
......@@ -50,7 +50,7 @@ Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2008
Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009
Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
......@@ -437,21 +437,44 @@ Date Input Formats
@node Introduction
@chapter Introduction
GNU Mailutils contains a series of useful mail clients, servers,
and libraries. These are the primary mail utilities of the GNU system.
Specifically, this package contains a POP3 server, an IMAP4 server,
and a Sieve mail filter. It also provides a POSIX `mailx' client,
and a collection of other tools. All utilities can manipulate the
mailboxes of various formats, both local, stored on the hard disk,
and remote, accessed via network protocols, such as POP3 or IMAP4.
The GNU Mailutils libraries supply a rich set of primitives for
handling electronic mail in programs written in C, C++ or Scheme.
This software is part of the GNU Project and belongs to the Free
Software Foundation. All libraries are licensed using the GNU LGPL.
The documentation is licensed under the GNU FDL, and everything
else is licensed using the GNU GPL.
GNU Mailutils is a rich and powerful protocol-independent mail
framework. It contains a series of useful mail libraries, clients,
and servers. These are the primary mail utilities for the GNU system.
The central library is capable of handling electronic mail in various
mailbox formats and protocols, both local and remote. Specifically,
this project contains a POP3 server, an IMAP4 server, and a Sieve mail
filter. It also provides a POSIX `mailx' client, and a collection of
other handy tools.
The GNU Mailutils libraries supply an ample set of primitives for
handling electronic mail in programs written in C, C++, Python or
Scheme.
At the core of Mailutils is libmailutils, a library which provides
universal access to various mailboxes and protocols: UNIX mailbox,
Maildir, MH, POP3, IMAP4, Sendmail, SMTP. Mailutils offers functions
for almost any mail-related task, such as parsing of messages, email
addresses and URLs, handling MIME messages, listing mail folders,
mailcap facilities, extensible Sieve filtering, access control lists.
It supports various modern data security and authentication
techniques: TLS encryption, SASL and GSSAPI, to name a few.
The framework is able to work with a wide variety of authorization
databases, ranging from traditional system password database up to
RADIUS, SQL and LDAP.
The utilities provided by Mailutils include imap4d and pop3d mail
servers, mail reporting utility comsatd, general-purpose mail delivery
agent maidag, mail filtering program sieve, and an implementation of
MH message handling system.
All utilities share the same subset of command line options and use
a unified configuration mechanism, which allows to easily configure
the package as a whole.
This software is part of the GNU Project and is copyrighted by the
Free Software Foundation. All libraries are distributed under the
terms of the Lesser GNU Public License. The documentation is licensed
under the GNU FDL, and everything else is licensed under the GNU GPL.
@menu
* Book Contents:: What this Book Contains
......
......@@ -20,7 +20,7 @@ Requires: readline
BuildRequires: gettext
BuildRequires: gnutls-devel >= 1.0.18
BuildRequires: libgsasl-devel >= 0.2.3
BuildRequires: guile-devel >= 1.6
BuildRequires: guile-devel >= 1.8
BuildRequires: gdbm-devel
BuildRequires: mysql-devel
BuildRequires: readline-devel
......@@ -28,12 +28,14 @@ BuildRequires: emacs
BuildRequires: python
%description
GNU Mailutils contains a series of useful mail clients, servers, and
libraries. These are the primary mail utilities of the GNU system.
This package provides a replacement for /bin/mail(x) conforming to
the UNIX98 specification for mailx. It provides also a mail delivery
agent maidag, and other tools including guimb, dotlock, movemail,
frm.
GNU Mailutils is a rich and powerful protocol-independent mail
framework. It contains a series of useful mail libraries, clients,
and servers. These are the primary mail utilities for the GNU system.
The central library is capable of handling electronic mail in various
mailbox formats and protocols, both local and remote. Specifically,
this project contains a POP3 server, an IMAP4 server, and a Sieve mail
filter. It also provides a POSIX 'mailx' client, and a collection of
other handy tools.
%package -n libmailutils
Summary: GNU Mailutils: mailbox access library.
......@@ -74,7 +76,7 @@ Group: Networking/Daemons
Summary: GNU Mailutils: Guile bindings.
License: GPLv3+
Requires: libmailutils = %{version}-%{release}
Requires: guile >= 1.6
Requires: guile >= 1.8
Group: System Environment/Libraries
%package python
......@@ -94,8 +96,8 @@ Group: Console/Mail
%description -n libmailutils
The runtime library libmailutils contains various mailbox access
routines and support for a number of mailbox types, such as mbox,
maildir, mh, POP3, and IMAP4. It also supports MIME message
handling, and sending mail via SMTP and /sbin/sendmail.
Maildir, MH, POP3, and IMAP4. It also supports MIME message
handling, and sending mail via SMTP and Sendmail.
%description devel
The static libraries and header files for GNU Mailutils.
......@@ -186,7 +188,6 @@ rm -rf $RPM_BUILD_ROOT
%files -n libmailutils
%defattr(-,root,root,-)
%{_libdir}/libguile-mailutils*.so
%{_libdir}/libmailutils.so.*
%{_libdir}/libmu_*.so.*
%{_infodir}/*
......@@ -224,6 +225,7 @@ rm -rf $RPM_BUILD_ROOT
%files guile
%defattr(-,root,root,-)
%{_bindir}/sieve.scm
%{_libdir}/libguile-mailutils*.so
%{_datadir}/guile/site/mailutils/*.scm
%{_datadir}/guile/site/mailutils/*.txt
%{_datadir}/guile/site/sieve-modules/*.scm
......