update imap readme
This commit is contained in:
parent
345a9ab25f
commit
9a58fe6d58
1 changed files with 4 additions and 4 deletions
|
@ -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?
|
||||||
|
|
Loading…
Reference in a new issue