Updated
Showing
2 changed files
with
23 additions
and
7 deletions
1 | 2003-02-10 Wojciech Polak | ||
2 | |||
3 | * */*: Fixed and/or updated copyrights. | ||
4 | * README: Updated. | ||
5 | |||
6 | * auth/tls.c: Changed `--ssl-key' arg to FILE type. | ||
7 | |||
1 | 2003-02-10 Frederic Gobry <frederic.gobry@smartdata.ch> | 8 | 2003-02-10 Frederic Gobry <frederic.gobry@smartdata.ch> |
2 | 9 | ||
3 | * mailbox/rfc2047.c: avoid cutting utf-8 strings in the middle of | 10 | * mailbox/rfc2047.c: avoid cutting utf-8 strings in the middle of | ... | ... |
... | @@ -4,27 +4,26 @@ This is the GNU mailutils package | ... | @@ -4,27 +4,26 @@ 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, and an IMAP4 |
8 | server. It also provides a POSIX `mailx' client, and a collection of | 8 | server. It also provides a POSIX `mailx' client, and a collection of |
9 | other tools. | 9 | 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. |
13 | 13 | ||
14 | You're welcome to use this library in your own programs, please see | 14 | You're welcome to use this library in your own programs, please see |
15 | the examples subdirectory or these other applications. All libraries | 15 | the examples subdirectory or these other applications. All libraries |
16 | are licensed using the GNU LGPL. The documentation is licensed under | 16 | are licensed using the GNU LGPL. The documentation is licensed under |
17 | the GNU FDL, and the Sieve library is licensed under a CMU license. | 17 | the GNU FDL, and everything else is licensed using the GNU GPL. |
18 | Everything else is licensed using the GNU GPL. | ||
19 | 18 | ||
20 | This software is part of the GNU project and belongs to the Free Software | 19 | This software is part of the GNU Project and belongs to the Free Software |
21 | Foundation. | 20 | Foundation. |
22 | 21 | ||
23 | Why use this package? | 22 | Why use this package? |
24 | ===================== | 23 | ===================== |
25 | 24 | ||
26 | This package started off to try and handle large mailbox files more | 25 | This package started off to try and handle large mailbox files more |
27 | gracefully then current pop3 servers did. While it handles this task, | 26 | gracefully then current POP3 servers did. While it handles this task, |
28 | it also allows you to support a variety of different mailbox formats | 27 | it also allows you to support a variety of different mailbox formats |
29 | without any real effort on your part. Also, if a new format is added | 28 | without any real effort on your part. Also, if a new format is added |
30 | at a later date, your program will support that new format | 29 | at a later date, your program will support that new format |
... | @@ -79,6 +78,16 @@ specific configuration options: | ... | @@ -79,6 +78,16 @@ specific configuration options: |
79 | 78 | ||
80 | Build 'mail' without readline support. | 79 | Build 'mail' without readline support. |
81 | 80 | ||
81 | --with-gnutls | ||
82 | |||
83 | Enable the TLS/SSL server-side encryption via GnuTLS | ||
84 | (a Transport Layer Security Library) in IMAP4/POP3 daemons. | ||
85 | |||
86 | --with-gsasl | ||
87 | |||
88 | Enable GNU SASL support (Simple Authentication and Security Layer | ||
89 | framework). IMAP4d supports this mechanism. | ||
90 | |||
82 | --with-gssapi | 91 | --with-gssapi |
83 | 92 | ||
84 | Enable GSSAPI authentication. For this to work, you will have | 93 | Enable GSSAPI authentication. For this to work, you will have |
... | @@ -86,7 +95,7 @@ specific configuration options: | ... | @@ -86,7 +95,7 @@ specific configuration options: |
86 | 95 | ||
87 | --without-guile | 96 | --without-guile |
88 | 97 | ||
89 | Do not build guile interface library. | 98 | Do not build Guile interface library. |
90 | 99 | ||
91 | --with-mail-rc=FILE | 100 | --with-mail-rc=FILE |
92 | 101 | ... | ... |
-
Please register or sign in to post a comment