Initial commit: DVS Mail Server v1.0.0

This commit is contained in:
dvs
2026-08-28 11:16:17 +08:00
commit 6e4b0d615e
4 changed files with 1030 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
env/
# Mail data
mail_config.json
email_data.json
# System files
Thumbs.db
.DS_Store
desktop.ini