mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-28 19:24:32 +08:00
Updated README
This commit is contained in:
parent
e13365f380
commit
248b9e2e11
1 changed files with 10 additions and 7 deletions
17
README.md
17
README.md
|
@ -14,13 +14,16 @@ This is a very early preview of an IMAP server built with Node.js and MongoDB.
|
|||
|
||||
Wild Duck IMAP server supports the following IMAP standards:
|
||||
|
||||
* The entire IMAP4rev1 suite with some minor differences from the spec. Intentionally missing is the `\Recent` flag as it does not provide any real value, only makes things more complicated. RENAME works a bit differently than spec describes.
|
||||
* IDLE
|
||||
* CONDSTORE (except metadata stuff)
|
||||
* STARTTLS
|
||||
* UNSELECT
|
||||
* UIDPLUS
|
||||
* SPECIAL-USE
|
||||
* The entire **IMAP4rev1** suite with some minor differences from the spec. Intentionally missing is the `\Recent` flag as it does not provide any real value, only makes things more complicated. RENAME works a bit differently than spec describes.
|
||||
* **IDLE** – notfies about new and deleted messages and also about flag updates
|
||||
* **CONDSTORE** and **ENABLE** – supports most of the spec, except metadata stuff which is ignored
|
||||
* **STARTTLS**
|
||||
* **NAMESPACE** – minimal support, just lists the single user namespace with hierarchy separator
|
||||
* **UNSELECT**
|
||||
* **UIDPLUS**
|
||||
* **SPECIAL-USE**
|
||||
* **ID**
|
||||
* **AUTHENTICATE PLAIN** and **SASL-IR**
|
||||
|
||||
### FAQ
|
||||
|
||||
|
|
Loading…
Reference in a new issue