Renames the project.

NodeMailer is already taken.
This commit is contained in:
2026-08-31 14:23:14 -06:00
parent 548a9226e2
commit da23c9fc66
4 changed files with 64 additions and 41 deletions

View File

@@ -1,9 +1,9 @@
# NodeMailer
# Web Box
NodeMailer is a server-side application that provides mailing list services.
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.
* **Database Free**: All data is stored in the file system and kept in memory, without relying on databases.