app-MAIL-temp/app
Son NK eab09d8c32 Add User.include_sender_in_reverse_alias column. Null for existing user, False for new user. 2020-12-06 19:36:39 +01:00
..
api make sure to remove \n from alias name 2020-12-02 12:25:23 +01:00
auth optimize import 2020-10-15 16:45:28 +02:00
dashboard optimize get_stats(): use session.query instead of EmailLog.query 2020-12-02 17:30:56 +01:00
developer add rel="noopener" for target="_blank" link 2020-07-30 10:09:10 +02:00
discover add rel="noopener" for target="_blank" link 2020-07-30 10:09:10 +02:00
monitor add /live endpoint 2020-12-02 16:34:28 +01:00
oauth make sure alias prefix cannot be more than 40 chars 2020-11-18 10:38:35 +01:00
__init__.py bootstrap: db models, login, logout, dashboard pages 2019-07-01 18:18:12 +03:00
admin_model.py create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
alias_utils.py make sure alias prefix cannot be more than 40 chars 2020-11-18 10:38:35 +01:00
config.py Add NOREPLY setting 2020-11-14 15:53:20 +01:00
dns_utils.py Add dns_utils.get_ns() 2020-11-16 19:16:06 +01:00
email_utils.py do not replace for "application/*" 2020-12-04 11:33:49 +01:00
errors.py fix formatting 2020-05-07 22:28:49 +02:00
extensions.py Implement rate limiting 2020-05-25 11:39:33 +02:00
greylisting.py refactor: create is_reply_email() 2020-11-16 19:22:19 +01:00
jose_utils.py add support for response_mode(query and fragment), nonce 2019-12-15 18:55:11 +02:00
log.py use the same log format for colored log 2019-12-15 18:55:17 +02:00
models.py Add User.include_sender_in_reverse_alias column. Null for existing user, False for new user. 2020-12-06 19:36:39 +01:00
oauth_models.py add support for response_mode(query and fragment), nonce 2019-12-15 18:55:11 +02:00
paddle_utils.py only report the paddle error if it's not 147 2020-11-14 12:55:53 +01:00
pgp_utils.py Use load_public_key_and_check when adding new PGP key 2020-11-26 10:27:32 +01:00
s3.py black new version 2020-08-27 10:20:48 +02:00
spamassassin_utils.py Fix SpamAssassin: init all class fields 2020-11-18 10:28:32 +01:00
utils.py create normalize_reply_email(): handle case where reply email contains space, quote, etc 2020-11-22 13:07:09 +01:00