Updated
Showing
2 changed files
with
18 additions
and
3 deletions
1 | 2003-02-12 Sergey Poznyakoff | 1 | 2003-02-12 Sergey Poznyakoff |
2 | 2 | ||
3 | * mailbox/file_stream.c (prog_stream_create): New function. | ||
4 | Creates a stream connected to the stdin or stdout of | ||
5 | a given program. | ||
6 | * include/mailutils/stream.h (prog_stream_create): New function. | ||
7 | * mh/mhl.c: New file. A framework for mhl program. | ||
8 | * mh/Makefile.am: Added mhl | ||
9 | * mh/.cvsignore: Likewise. | ||
10 | * mh/TODO: Updated. | ||
11 | * mh/mh_getopt.h: Added new ARG_ macros. | ||
12 | |||
13 | * NEWS: Added entry for version 0.3 | ||
14 | * README: Updated. | ||
15 | |||
16 | 2003-02-12 Sergey Poznyakoff | ||
17 | |||
3 | * mh/mh_format.c (builtin_formataddr): Do not include | 18 | * mh/mh_format.c (builtin_formataddr): Do not include |
4 | own email unless RCPT_ME is set. | 19 | own email unless RCPT_ME is set. |
5 | * mh/mh_init.c (mh_is_my_name): Honor Alternate-Mailboxes | 20 | * mh/mh_init.c (mh_is_my_name): Honor Alternate-Mailboxes | ... | ... |
... | @@ -4,9 +4,9 @@ This is the GNU Mailutils package | ... | @@ -4,9 +4,9 @@ This is the GNU Mailutils package |
4 | This package contains a series of useful mail clients, servers, and | 4 | This package contains a series of useful mail clients, servers, and |
5 | libraries. These are the primary mail utilities of the GNU system. | 5 | libraries. These are the primary mail utilities of the GNU system. |
6 | 6 | ||
7 | Specifically, this package contains a POP3 server, and an IMAP4 | 7 | Specifically, this package contains a POP3 server, an IMAP4 server, |
8 | server. It also provides a POSIX `mailx' client, and a collection of | 8 | and a Sieve mail filter. It also provides a POSIX `mailx' client, |
9 | other tools. | 9 | and a collection of other tools. |
10 | 10 | ||
11 | The central library is capable of reading mail from an `mbox' mailbox, | 11 | The central library is capable of reading mail from an `mbox' mailbox, |
12 | as well as off of local or remote POP3 and IMAP4 servers. | 12 | as well as off of local or remote POP3 and IMAP4 servers. | ... | ... |
-
Please register or sign in to post a comment