xpensia / ImapServer

IMAP Server module for Nodejs
82 stars 17 forks source link

Documentation Website with Github pages #5

Open JeanSebTr opened 11 years ago

JeanSebTr commented 11 years ago

The main goal of this lib is to be as flexible as possible but writing an IMAP server is no simple task. Asking of every user to grasp RFC 3501 is really crazy.

The project need to provide abstraction mechanisms for most of IMAP features and document very well what can't be hidden to the user (e.g.: FLAGS to be returned by SELECT and EXAMINE).

To do :