Web UI to administrate mail server accounts. Designed for the database scheme used on 0xbd.space mail servers.
Go to file
Lexi / Zoe 87928dbbc9
Update to PHP 7.4
2021-09-12 21:33:35 +02:00
public Implement Account model; small style changes; Twig debug setting 2021-08-14 23:37:45 +02:00
sql Implement basic database access and login 2021-07-27 01:25:03 +02:00
src Update to PHP 7.4 2021-09-12 21:33:35 +02:00
templates Implement option to replace existing alias when renaming an account; use database transactions when editing accounts 2021-08-20 22:48:15 +02:00
tests/Unit Add boilerplate code, Docker environment, Makefile etc. 2021-07-23 03:18:33 +02:00
.dockerignore Add boilerplate code, Docker environment, Makefile etc. 2021-07-23 03:18:33 +02:00
.drone.yml Update to PHP 7.4 2021-09-12 21:33:35 +02:00
.env Add boilerplate code, Docker environment, Makefile etc. 2021-07-23 03:18:33 +02:00
.env.develop Add MariaDB container; add PDO connection; add error middleware 2021-07-26 23:14:14 +02:00
.gitignore Add boilerplate code, Docker environment, Makefile etc. 2021-07-23 03:18:33 +02:00
Dockerfile Update to PHP 7.4 2021-09-12 21:33:35 +02:00
LICENSE.md Add boilerplate code, Docker environment, Makefile etc. 2021-07-23 03:18:33 +02:00
Makefile Add boilerplate code, Docker environment, Makefile etc. 2021-07-23 03:18:33 +02:00
README.md Initial commit 2021-06-08 20:27:34 +02:00
composer.json Update to PHP 7.4 2021-09-12 21:33:35 +02:00
composer.lock Update to PHP 7.4 2021-09-12 21:33:35 +02:00
docker-compose.yml Implement basic database access and login 2021-07-27 01:25:03 +02:00
phpunit.xml Add boilerplate code, Docker environment, Makefile etc. 2021-07-23 03:18:33 +02:00

README.md

mail-account-admin

Web UI to administrate mail server accounts. Designed for the database scheme used on 0xbd.space mail servers.