app/app
2020-05-23 16:46:10 +02:00
..
api move get mailboxes to mailbox.py 2020-05-23 16:46:10 +02:00
auth make sure to use lowercase for alias email 2020-05-20 18:12:14 +02:00
dashboard can update mailbox email 2020-05-23 16:40:28 +02:00
developer remove unused code 2020-04-30 22:39:31 +02:00
discover
monitor
oauth make pages compatible with dark-theme 2020-05-11 23:22:15 +02:00
__init__.py
admin_model.py
alias_utils.py save deleted alias to domain trash if it belongs to a custom domain, otherwise global trash 2020-05-23 11:49:34 +02:00
config.py add POSTFIX_PORT param 2020-05-21 20:43:12 +02:00
dns_utils.py fix DKIM cname check 2020-05-03 12:48:42 +02:00
email_utils.py use POSTFIX_PORT instead of 25 if it's set 2020-05-21 20:43:12 +02:00
errors.py fix formatting 2020-05-07 22:28:49 +02:00
extensions.py Set samesite and secure attributes of session cookie. Enable strong session protection. 2020-05-09 14:13:37 +02:00
greylisting.py Fix greylog query 2020-04-04 18:07:05 +02:00
jose_utils.py
log.py
models.py Add migrate_domain_trash() to move deleted alias to the correct trash 2020-05-23 12:17:50 +02:00
oauth_models.py
paddle_utils.py reformat 2020-05-09 23:12:46 +02:00
pgp_utils.py
s3.py optimize import in all files 2020-04-25 13:49:39 +02:00
utils.py