From 1a7b77e227240bdeabafdb10f05c1e8676b98382 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Sun, 9 Apr 2017 12:57:10 +0300 Subject: [PATCH] Updated README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7cbaddb..788d8f7 100644 --- a/README.md +++ b/README.md @@ -55,15 +55,17 @@ In addition to the required POP3 commands ([RFC1939](https://tools.ietf.org/html Notably missing is the **TOP** extension. -#### LIST +#### POP3 command behaviors + +##### LIST POP3 listing displays the newest 250 messages in INBOX (configurable) -#### RETR +##### RETR If a messages is downloaded by a client this message gets marked as Seen -#### DELE +##### DELE If a messages is deleted by a client this message gets marked as Seen and moved to Trash folder @@ -71,7 +73,7 @@ If a messages is deleted by a client this message gets marked as Seen and moved ### Does it work? -Yes, it does. You can run the server and get a working IMAP server for mail store, SMTP server for pushing messages to the mail store and HTTP API server to create new users. All handled by Node.js, MongoDB and Redis, no additional dependencies needed. The IMAP server hosting уайлддак.орг uses a MongoDB replica set of 3 hosts. +Yes, it does. You can run the server and get working IMAP and POP3 servers for mail store, SMTP server for pushing messages to the mail store and HTTP API server to create new users. All handled by Node.js, MongoDB and Redis, no additional dependencies needed. The IMAP server hosting уайлддак.орг uses a MongoDB replica set of 3 hosts. ### What are the killer features?