feat: complete ni-mail rewrite with Graph API, IMAP, OTP extractor, Web UI and Docker deployment

This commit is contained in:
juanjuanjuanidea
2026-07-24 13:57:34 +08:00
commit 015a63043d
17 changed files with 4265 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
DB_PATH="/ni_mail.db"
export DATABASE_URL="sqlite:///"
exec python -m flask --app "app:create_app()" run --host=0.0.0.0 --port=""