mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-11-20 22:20:54 +00:00
https://discourse.mailinabox.email/t/status-check-emails-empty-after-upgrading-to-v0-16/1082/3 A user on that thread suggests an alternate solution, adding `PYTHONIOENCODING=utf-8` to `/etc/environment`. Python docs say that affects stdin/out/err. But we also use these environment variables elsewhere to ensure that config files we read/write are opened with UTF8 too. Maybe all that can be simplified too. |
||
|---|---|---|
| .. | ||
| templates | ||
| auth.py | ||
| backup.py | ||
| csr_country_codes.tsv | ||
| daemon.py | ||
| daily_tasks.sh | ||
| dns_update.py | ||
| email_administrator.py | ||
| mail_log.py | ||
| mailconfig.py | ||
| ssl_certificates.py | ||
| status_checks.py | ||
| utils.py | ||
| web_update.py | ||