updated readme

This commit is contained in:
Andris Reinman 2017-07-19 14:51:43 +03:00
parent ffe84cedec
commit cb745030d4

View file

@ -76,6 +76,8 @@ Yes, it does. You can run the server and get working IMAP and POP3 servers for m
8. **HTTP Event Source** to push modifications in user email account to browser for super snappy webmail clients
9. **Super easy to tweak.** The entire codebase is pure JavaScript, so there's nothing to compile or anything platform specific. If you need to tweak something then change the code, restart the app and you're ready to go. If it works on one machine then most probably it works in every other machine as well.
**Demo video for HTTP push**
[![Stream Push Demo](https://img.youtube.com/vi/KFoO8x0mEpw/0.jpg)](https://www.youtube.com/watch?v=KFoO8x0mEpw)
### Isn't it bad to use a database as a mail store?