From 4bf97c70d1bae8e70f1e9e5e629fecc19d601665 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Thu, 25 Dec 2008 23:31:31 +0100 Subject: [PATCH] Updated TODO. --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index f9ca65dda..65114c92e 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,11 @@ Current: * Implement enotify extension: - - Implement parsing :options argument + - Implement parsing :options argument (not used for now however) - Check whether handling of error conditions matches the standard - Limit the number of notifications generated (on a per-method basis) * Implement mailto method for the enotify extension: + - Finish URI validation to properly recognize invalid characters. - Check that URI headers are not duplicated if not allowed. * Incorporate enotify extension into default compile. @@ -39,7 +40,7 @@ Next (in order of descending priority/precedence): it is not complete: - Make this implementation conform section 2.7.2 of RFC5228 (Comparisons Across Character Sets). - - Verify validity of utf-8 where necessary. + - Verify validity of utf8 where necessary. - Implement comparator-i;unicode-casemap. * Implement environment extension * Make testsuite much more exhaustive and add support for testing the actual -- GitLab