From 9a58fe6d58f0788671dffcb6d7d5968e1e80f84b Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 8 Mar 2021 17:33:31 -0600 Subject: [PATCH] update imap readme --- imap/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/imap/README.md b/imap/README.md index 80ce911..e05991d 100644 --- a/imap/README.md +++ b/imap/README.md @@ -14,7 +14,7 @@ implementation of their commands: - AUTHENTICATE: not yet implemented - LOGIN: plain only - authenticated state: - - SELECT: not yet implemented + - SELECT: incomplete args - EXAMINE: not yet implemented - CREATE: not yet implemented - DELETE: not yet implemented @@ -29,10 +29,10 @@ implementation of their commands: - CHECK: not yet implemented - CLOSE: not yet implemented - EXPUNGE: not yet implemented - - SEARCH: not yet implemented - - FETCH: not yet implemented + - SEARCH: incomplete args + - FETCH: incomplete args - STORE: not yet implemented - COPY: not yet implemented - - UID: not yet implemented + - UID: incomplete args - RFC2177 (IMAP4 IDLE) - IDLE: works?