Commit 5937b8d1 5937b8d12a508d803669b31528f3794b337e3f5d by Sergey Poznyakoff

Updated

1 parent 1374155b
2003-02-12 Sergey Poznyakoff
* mailbox/file_stream.c (prog_stream_create): New function.
Creates a stream connected to the stdin or stdout of
a given program.
* include/mailutils/stream.h (prog_stream_create): New function.
* mh/mhl.c: New file. A framework for mhl program.
* mh/Makefile.am: Added mhl
* mh/.cvsignore: Likewise.
* mh/TODO: Updated.
* mh/mh_getopt.h: Added new ARG_ macros.
* NEWS: Added entry for version 0.3
* README: Updated.
2003-02-12 Sergey Poznyakoff
* mh/mh_format.c (builtin_formataddr): Do not include
own email unless RCPT_ME is set.
* mh/mh_init.c (mh_is_my_name): Honor Alternate-Mailboxes
......
......@@ -4,9 +4,9 @@ This is the GNU Mailutils package
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, and an IMAP4
server. It also provides a POSIX `mailx' client, and a collection of
other tools.
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.
......