summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-08-19 22:20:36 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-08-19 22:20:36 +0000
commit2a45d3c7220ca06d6fc56a0e7153d05fa33d6ba3 (patch)
tree43c1b7294fc3c307ad60af5045dce3ecce387d47 /TODO
parent1f1f932a15a3126c1883636583ddf2e33dd26cc7 (diff)
downloadmailutils-2a45d3c7220ca06d6fc56a0e7153d05fa33d6ba3.tar.gz
mailutils-2a45d3c7220ca06d6fc56a0e7153d05fa33d6ba3.tar.bz2
Implement ID extension.
* imap4d/id.c: New file. * imap4d/Makefile.am (imap4d_SOURCES): Add id.c, remove version.c. * imap4d/commands.c: Add ID command. Remove X-VERSION command. (SELECT,EXAMINE): Switch to authenticated mode on failure. * imap4d/imap4d.c (imap4d_argc, imap4d_argv): New variables. (imap4d_cfg_param): New keyword `id-fields'. (main): Save command line arguments. * imap4d/imap4d.h (imap4d_argc, imap4d_argv): New declarations. * imap4d/select.c (imap4d_select0): Do not reset state to auth on failure, this is done by util_finish. * imap4d/version.c: Remove. * imap4d/capability.c: Announce ID capability, remove X-VERSION. * imap4d/testsuite/imap4d/x.exp: Use ID instead of X-VERSION. * TODO, NEWS: Update. * mailbox/cfg_parser.y (_set_fun,parse_param): Bugfix.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 371df4658..2f2a9dcf6 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-GNU mailutils TODO list. 2008-08-18
+GNU mailutils TODO list. 2008-08-20
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008 Free Software Foundation, Inc.
@@ -85,7 +85,6 @@ mail (from mailutils itself), mutt, pine, netscape, mozilla.
* Implement extensions:
- - ID : RFC 2971
- QUOTA : RFC 2087
- ACL : RFC 4314
- CHILDREN : RFC 3348

Return to:

Send suggestions and report system problems to the System administrator.