From b074f3186a6422d7eea675711b5598b9c5855ec9 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 6 Mar 2017 16:32:32 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d73b4c09..45573f0d 100644 --- a/README.md +++ b/README.md @@ -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: