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
5937b8d1
...
5937b8d12a508d803669b31528f3794b337e3f5d
authored
2003-02-12 16:05:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
1374155b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
ChangeLog
README
ChangeLog
View file @
5937b8d
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
...
...
README
View file @
5937b8d
...
...
@@ -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, an
d 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.
...
...
Please
register
or
sign in
to post a comment