From 50a63dd84c794fad5ed8a04bc1eaad84c303faa9 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Fri, 10 Apr 2009 01:27:22 +0200 Subject: [PATCH] Updated TODO. --- TODO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index bc9408a95..3abfdf054 100644 --- a/TODO +++ b/TODO @@ -6,8 +6,11 @@ Current: Next (in order of descending priority/precedence): +* Upgrade include extension to latest draft specification. +* Implement namespace support for variables extension (to complete include + extension) * Improve error handling. Now it is not very consistent, especially for the Sieve - command line tools and multiscript. + command line tools. * Improve debugging support in the sieve-test tool: - Improve trace debugging towards something more intuitively readable. - Give trace debugging multiple levels of verbosity (e.g. to include more messy @@ -90,6 +93,4 @@ Next (in order of descending priority/precedence): to the point. * Try to implement proposed notify mechanisms other than mailto. Currently: xmpp and sip -* Implement namespace support for variables extension - (possibly needed by test suite; in that case priority is much higher) -- GitLab