From d6ea43d36e93c8f43a5832834f066c952f7a605e Mon Sep 17 00:00:00 2001 From: Brian White Date: Sat, 21 Apr 2012 22:26:54 -0400 Subject: [PATCH] Update TODO --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b196fd..66c04c8 100644 --- a/README.md +++ b/README.md @@ -400,11 +400,12 @@ Extensions Supported TODO ---- -A bunch of things not yet implemented in no particular order: +Several things not yet implemented in no particular order: * Support STARTTLS * Support AUTH=CRAM-MD5/AUTH=CRAM_MD5 authentication * Support additional IMAP commands/extensions: + * NOTIFY (via NOTIFY extension -- http://tools.ietf.org/html/rfc5465) * STATUS addition to LIST (via LIST-STATUS extension -- http://tools.ietf.org/html/rfc5819) * GETQUOTA (via QUOTA extension -- http://tools.ietf.org/html/rfc2087) * UNSELECT (via UNSELECT extension -- http://tools.ietf.org/html/rfc3691)