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
9ba0cba7fc
commit
b074f3186a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ This is a very early preview of an IMAP server built with Node.js and MongoDB.
|
|||
|
||||
### Todo
|
||||
|
||||
Does it work? Yes, it does. You can run the server and get a working IMAP server for mail store, LMTP server for pushing messages to the mail store and HTTP API server to create new users.
|
||||
Does it work? Yes, it does. You can run the server and get a working IMAP server for mail store, LMTP server for pushing messages to the mail store and HTTP API server to create new users. All handled by Node.js and MongoDB, no additional dependencies needed.
|
||||
|
||||
Is the server scalable? Not yet. These are some actions that must be done:
|
||||
|
||||
|
|
Loading…
Reference in a new issue