update imap readme

This commit is contained in:
Michael Zhang 2021-03-08 17:33:31 -06:00
parent 345a9ab25f
commit 9a58fe6d58
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -14,7 +14,7 @@ implementation of their commands:
- AUTHENTICATE: not yet implemented - AUTHENTICATE: not yet implemented
- LOGIN: plain only - LOGIN: plain only
- authenticated state: - authenticated state:
- SELECT: not yet implemented - SELECT: incomplete args
- EXAMINE: not yet implemented - EXAMINE: not yet implemented
- CREATE: not yet implemented - CREATE: not yet implemented
- DELETE: not yet implemented - DELETE: not yet implemented
@ -29,10 +29,10 @@ implementation of their commands:
- CHECK: not yet implemented - CHECK: not yet implemented
- CLOSE: not yet implemented - CLOSE: not yet implemented
- EXPUNGE: not yet implemented - EXPUNGE: not yet implemented
- SEARCH: not yet implemented - SEARCH: incomplete args
- FETCH: not yet implemented - FETCH: incomplete args
- STORE: not yet implemented - STORE: not yet implemented
- COPY: not yet implemented - COPY: not yet implemented
- UID: not yet implemented - UID: incomplete args
- RFC2177 (IMAP4 IDLE) - RFC2177 (IMAP4 IDLE)
- IDLE: works? - IDLE: works?