Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
314a880d
...
314a880d78c25393c67b8ec569fb168a71292827
authored
2003-02-10 20:11:47 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
e5ffb5ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
7 deletions
ChangeLog
README
ChangeLog
View file @
314a880
2003
-
02
-
10
Wojciech
Polak
*
*/
*:
Fixed
and
/
or
updated
copyrights
.
*
README
:
Updated
.
*
auth
/
tls
.
c
:
Changed
`
--
ssl
-
key
'
arg
to
FILE
type
.
2003
-
02
-
10
Frederic
Gobry
<
frederic
.
gobry
@smartdata
.
ch
>
*
mailbox
/
rfc2047
.
c
:
avoid
cutting
utf
-
8
strings
in
the
middle
of
...
...
README
View file @
314a880
...
...
@@ -4,27 +4,26 @@ 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 imap
4
Specifically, this package contains a
POP3 server, and an IMAP
4
server. 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 imap
4 servers.
as well as off of local or remote
POP3 and IMAP
4 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 the Sieve library is licensed under a CMU license.
Everything else is licensed using the GNU GPL.
the GNU FDL, and everything else is licensed using the GNU GPL.
This software is part of the GNU
p
roject and belongs to the Free Software
This software is part of the GNU
P
roject and belongs to the Free Software
Foundation.
Why use this package?
=====================
This package started off to try and handle large mailbox files more
gracefully then current
pop
3 servers did. While it handles this task,
gracefully then current
POP
3 servers did. While it handles this task,
it also allows you to support a variety of different mailbox formats
without any real effort on your part. Also, if a new format is added
at a later date, your program will support that new format
...
...
@@ -79,6 +78,16 @@ specific configuration options:
Build 'mail' without readline support.
--with-gnutls
Enable the TLS/SSL server-side encryption via GnuTLS
(a Transport Layer Security Library) in IMAP4/POP3 daemons.
--with-gsasl
Enable GNU SASL support (Simple Authentication and Security Layer
framework). IMAP4d supports this mechanism.
--with-gssapi
Enable GSSAPI authentication. For this to work, you will have
...
...
@@ -86,7 +95,7 @@ specific configuration options:
--without-guile
Do not build
g
uile interface library.
Do not build
G
uile interface library.
--with-mail-rc=FILE
...
...
Please
register
or
sign in
to post a comment