summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-10-18 21:32:36 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-10-18 21:32:36 +0000
commit11637b0f262db62b4dc466cefb9315098a1a995a (patch)
tree63f9ff2c09d9c405ee5b5fc89fcda8f3bd3b690e /NEWS
parent9106fc888e53df185181554a82d3fd1131755685 (diff)
downloadmailutils-11637b0f262db62b4dc466cefb9315098a1a995a.tar.gz
mailutils-11637b0f262db62b4dc466cefb9315098a1a995a.tar.bz2
New maidag mode: --url
* NEWS: Update. * doc/texinfo/libmuauth.texi: Update. * doc/texinfo/mailutils.texi: Update. * doc/texinfo/programs.texi: Update. * include/mailutils/mailbox.h (mu_mailbox_create_from_url): New function. * include/mailutils/mutil.h (mu_aget_user_email_domain): New function. * libproto/include/address0.h: Remove obsolete comment. * libproto/remote/mbox.c (remote_mbox_append_message): If recipient address is not given, try to construct it from the URL. * mailbox/mailbox.c (mu_mailbox_create_from_url): New function. * mailbox/mutil.c (mu_aget_user_email_domain): New function. * maidag/deliver.c (deliver_to_user): Mailbox and auth must be freed by the caller. (deliver_url): New function. (deliver): Rewrite to allow for delivering to mailboxes explicitly specified by URLs (--url command line option). * maidag/maidag.c (options): New option --url. (main): Handle --url. * maidag/maidag.h (url_option): New global. * maidag/mailquota.c (check_quota): Return if auth == NULL.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8a03030a5..28509e05f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2008-08-20
+GNU mailutils NEWS -- history of user-visible changes. 2008-10-16
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007,
2008 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -124,6 +124,8 @@ PREAUTH mode:
* Libraries
+** Support for ESMTP SIZE extension (RFC 1870).
+
** Diagnostic and debugging functions essentially rewritten.
A set of debugging macros, MU_DEBUG0 through MU_DEBUG11, is provided.

Return to:

Send suggestions and report system problems to the System administrator.