From 80274dca7f69a65ef2b162009fc600def0b03218 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Thu, 6 Dec 2007 22:15:56 +0100 Subject: [PATCH] Added two TODO items. --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 48cbb27d5..39d2eb2f4 100644 --- a/README +++ b/README @@ -169,15 +169,18 @@ RESULT: sieve-result.c sieve-actions.c TODO ---- -In order of descending priority +In order of descending priority/precedence * Implement dropping errors in the user's mailbox as a mail message. * Limit the maximum number of errors. * Finish implementing all extensions supported by cmusieve * Verify outgoing mail addresses * Allow the currently in-memory byte-code to be stored as a script binary * Use mmap for the binary script representation. +* Add development documentation, i.e. comment on library functions and document + the binary and byte-code format. * Make this implementation conform section 2.7.2 of RFC3028 (Comparisons Across Character Sets). +* Get rid of all <stdio.h> printf()s in the library. * Full security review. Enforce limits on number of created objects, script size, execution time, etc... * Full standards compliance review for the engine and all fully implemented -- GitLab