Files
WebBox/README.md
Markil 3 da23c9fc66 Renames the project.
NodeMailer is already taken.
2026-08-31 14:23:14 -06:00

10 lines
472 B
Markdown

# Web Box
Web Box is a server-side application that exposes mailing list services over a REST API.
## Features
* **User Management**: Keeps track of users and their emails, both internally and over LDAP.
* **Mailing Lists**: Maintain an infinite number of mailing lists.
* **Reply Chains**: Keep track of all emails that are replies to a single original email.
* **Database Free**: All data is stored in the file system and kept in memory, without relying on databases.