summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <sroberts@uniserve.com>2001-12-18 03:16:35 +0000
committerSam Roberts <sroberts@uniserve.com>2001-12-18 03:16:35 +0000
commitf2f3ec187a27e3164a5c5ddf1f0eb62c6a9af4cb (patch)
treeaccc973619a0ef0ac439eaf611d525581ecd62fe
parentcdb8efaff11e2c0c97ccd49d40c6564caf5c9f40 (diff)
downloadmailutils-f2f3ec187a27e3164a5c5ddf1f0eb62c6a9af4cb.tar.gz
mailutils-f2f3ec187a27e3164a5c5ddf1f0eb62c6a9af4cb.tar.bz2
updated
-rw-r--r--ChangeLog18
-rw-r--r--examples/.cvsignore1
2 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50c833c6f..6012da91a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+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.
diff --git a/examples/.cvsignore b/examples/.cvsignore
index 3e1296f07..00af734f1 100644
--- a/examples/.cvsignore
+++ b/examples/.cvsignore
@@ -9,5 +9,6 @@ mbox-check
mbox-dates
mbox-dates.out
mbox-explode
+msg-send
url-parse
mimetest

Return to:

Send suggestions and report system problems to the System administrator.