From eece6d40eb06cb80083b29e73b5c606800bae992 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Wed, 16 Jul 2008 23:35:23 +0200 Subject: [PATCH] Updated documentation. --- README | 4 +++- TODO | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index 4578fd7d1..c3ce15ffe 100644 --- a/README +++ b/README @@ -160,8 +160,10 @@ Extensions and their implementation status: imapflags: full variables: mostly full; currently no support for future namespaces - Low priority: + Next in order of descending priority: + environment: planned notify: planned, first mailto only + date,index: planned editheader: planned, needs additional support from Dovecot though. mimeloop: planned diff --git a/TODO b/TODO index 00b5bdb56..7091f9933 100644 --- a/TODO +++ b/TODO @@ -14,7 +14,11 @@ Next (in order of descending priority/precedence): * ## MAKE A FIRST RELEASE ## +* Build a server test mail accounts that processes lots and lots of mail + (e.g. spam, mailing lists etc.) +* Implement environment extension * Implement notify extension with sole support for mailto mechanism. +* Implement date and index extensions * Make this implementation conform section 2.7.2 of RFC3028 (Comparisons Across Character Sets). * Verify outgoing mail addresses at runtime when necessary (e.g. after variables -- GitLab