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
f2f3ec18
...
f2f3ec187a27e3164a5c5ddf1f0eb62c6a9af4cb
authored
2001-12-18 03:16:35 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
cdb8efaf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
ChangeLog
examples/.cvsignore
ChangeLog
View file @
f2f3ec1
2001
-
12
-
17
Sam
Roberts
*
doc
/
texinfo
/
mailer
.
texi
,
include
/
mailutils
/
mailer
.
h
,
mailbox
/
mailer
.
c
,
mailbox
/
sendmail
.
c
,
mailbox
/
smtp
.
c
,
mailbox
/
include
/
mailer0
.
h
:
mailer_send_message
()
now
takes
optional
from
and
to
addresses
,
so
they
can
be
specified
rather
than
deduced
from
the
env
or
message
body
.
*
mail
/
send
.
c
:
modified
to
compile
against
the
changed
mailer_send_message
()
*
examples
/:
Makefile
,
msg
-
send
.
c
:
Added
msg
-
send
example
of
using
the
mailer_t
API
.
*
mailbox
/
url_sendmail
.
c
:
Now
takes
advantage
of
url_parse
().
*
TODO
:
Idea
for
a
popen
()
stream_t
wrapper
.
*
doc
/
texinfo
/
stream
.
texi
,
include
/
mailutils
/
stream
.
h
:
Forgot
to
add
stdio_stream_create
()
to
the
header
,
it
opens
a
stream_t
on
an
existing
FILE
,
and
you
can
choose
whether
it
fcloses
()
it
or
not
.
*
examples
/
.
cvsignore
:
updated
2001
-
12
-
16
Alain
Magloire
*
mailbox
/
address
.
c
:
Problem
between
signed
and
unsigned
comparison
.
...
...
examples/.cvsignore
View file @
f2f3ec1
...
...
@@ -9,5 +9,6 @@ mbox-check
mbox-dates
mbox-dates.out
mbox-explode
msg-send
url-parse
mimetest
...
...
Please
register
or
sign in
to post a comment