1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-06-26 22:00:54 +00:00
mailinabox/management
2025-06-20 02:40:01 -07:00
..
templates Fix broken Z-Push compatibility list link in mail guide (#2515) 2025-06-17 06:37:17 -04:00
auth.py Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument 2024-03-10 07:56:49 -04:00
backup.py Fixed RUF051 (if-key-in-dict-del): Use pop instead of key in dict followed by del dict[key] 2025-06-20 02:39:57 -07:00
cli.py Fixed UP031 (printf-string-formatting): Use format specifiers instead of percent format 2025-06-18 04:17:03 -07:00
csr_country_codes.tsv drop the CSR_COUNTRY setting and ask within the control panel 2015-12-26 11:48:23 -05:00
daemon.py Fixed SIM103 (needless-bool): Return the condition "admin" in privs directly 2025-06-20 02:39:58 -07:00
daily_tasks.sh Fixed SC2046: Quote to prevent word splitting. 2024-04-03 09:21:34 -04:00
dns_update.py Fixed F401 (unused-import): contextlib imported but unused 2025-06-20 02:39:58 -07:00
email_administrator.py Fixed Q003 (avoidable-escaped-quote): Change outer quotes to avoid escaping inner quotes 2024-03-10 07:54:51 -04:00
mail_log.py Fixed PGH004 (blanket-noqa): Use a colon when specifying noqa rule codes 2025-06-20 02:40:00 -07:00
mailconfig.py Fixed FURB129 (readlines-in-for): Instead of calling readlines(), iterate over file object directly 2025-06-20 02:40:01 -07:00
mfa.py Fixed E721 (type-comparison): Use is and is not for type comparisons, or isinstance() for isinstance checks 2024-03-10 07:56:49 -04:00
munin_start.sh update bind9 configuration 2018-10-03 14:28:43 -04:00
ssl_certificates.py Fixed RET505 (superfluous-else-return) 2025-06-18 05:00:45 -07:00
status_checks.py Fixed RUF031 (incorrectly-parenthesized-tuple-in-subscript): Avoid parentheses for tuples in subscripts 2025-06-20 02:39:59 -07:00
utils.py Fixed RET505 (superfluous-else-return) 2025-06-18 05:00:45 -07:00
web_update.py Fixed RUF039 (unraw-re-pattern) 2025-06-20 02:39:59 -07:00
wsgi.py Fixed W292 (missing-newline-at-end-of-file): No newline at end of file 2024-03-10 07:56:49 -04:00