app-MAIL-temp/app
Adrià Casajús c04f5102d6
Fix: Handle email headers as strings if the are Header type (#1850)
2023-08-29 12:37:26 +02:00
..
api Sanitize alias, contacts, mailboxes and users before creating them (#1829) 2023-08-03 10:20:25 +02:00
auth Various fixes (#1733) 2023-05-10 15:31:30 +02:00
dashboard Can use generic subject without pgp (#1847) 2023-08-24 22:47:31 +02:00
developer refactor: move template files to templates/ 2021-11-04 15:00:39 +01:00
discover fix discover page 2022-03-08 16:38:03 +01:00
email Preserve original from header in X-SimpleLogin-Original-From (#1784) 2023-06-23 12:43:06 +02:00
events Use the proper import for newrelic agent 2022-04-28 13:02:45 +02:00
handler Fix: Handle email headers as strings if the are Header type (#1850) 2023-08-29 12:37:26 +02:00
internal remove envs used for proton beta link (#1189) 2022-07-26 12:38:18 +02:00
jobs fix: remove user password from export user data (#1758) 2023-05-31 09:40:20 +02:00
monitor Remove config.SHA1 in favour of build_info.SHA1 2022-05-12 16:26:04 +02:00
oauth Refactor alias suffix (#1194) 2022-07-27 17:40:22 +02:00
onboarding Add extension_redirect endpoint (#1093) 2022-06-16 09:56:00 +02:00
phone Enforce int params in routes (#1159) 2022-07-15 17:10:00 +02:00
proton fix: handle Proton account not validated case (#1842) 2023-08-18 15:59:46 +02:00
__init__.py bootstrap: db models, login, logout, dashboard pages 2019-07-01 18:18:12 +03:00
account_linking.py Check users aren't using an alias as their link email address for partner links (#1724) 2023-05-08 18:47:10 +02:00
admin_model.py add admin page for InvalidMailboxDomain (#1573) 2023-02-15 10:38:18 +01:00
alias_suffix.py Do not show the default domain twice (#1772) 2023-06-21 18:56:03 +02:00
alias_utils.py Check if the domain has a deleted alias (#1764) 2023-06-01 17:33:58 +02:00
build_info.py Use python version file 2022-05-12 16:21:36 +02:00
config.py chore: add upcloud monitoring (#1835) 2023-08-04 12:19:00 +02:00
custom_domain_validation.py Have custom domains set up multiple dkim records to be able to rotate keys (#1334) 2022-10-11 07:17:37 +02:00
db.py Feature: Add app name to each db connection (#1393) 2022-11-02 15:41:48 +01:00
dns_utils.py disable the PGP section if the mailbox is proton and not has PGP enabled (#1841) 2023-08-09 09:56:53 +02:00
email_utils.py Sanitize alias, contacts, mailboxes and users before creating them (#1829) 2023-08-03 10:20:25 +02:00
email_validation.py Sanitize alias, contacts, mailboxes and users before creating them (#1829) 2023-08-03 10:20:25 +02:00
errors.py fix: handle Proton account not validated case (#1842) 2023-08-18 15:59:46 +02:00
extensions.py Improve test: disable rate limit during test and avoid conflicts between tests (#1349) 2022-10-14 16:37:49 +02:00
fake_data.py Revert "Keep the dirty email after registering (#1459)" (#1460) 2022-12-01 09:19:15 +01:00
image_validation.py Do not allow SVG image uploads (#1198) 2022-07-29 08:52:51 +02:00
import_utils.py Canonicalize emails from google and proton before registering users (#1493) 2022-12-14 11:50:36 +01:00
jose_utils.py reformat 2021-09-08 11:29:55 +02:00
log.py black 2021-11-01 17:58:20 +01:00
mail_sender.py Fix: save retries to disk (#1799) 2023-07-11 10:59:24 +02:00
message_utils.py Reformat base64 encoded messages to shorter lines (#1575) 2023-02-21 15:28:06 +01:00
models.py disable the PGP section if the mailbox is proton and not has PGP enabled (#1841) 2023-08-09 09:56:53 +02:00
newsletter_utils.py Set the proper link for unsub newsletter (#1503) 2023-01-17 11:56:00 +01:00
oauth_models.py add support for response_mode(query and fragment), nonce 2019-12-15 18:55:11 +02:00
paddle_callback.py Handle failed payments subscriptions in paddle (#1327) 2022-09-30 17:51:06 +02:00
paddle_utils.py black 2021-09-10 17:42:07 +02:00
parallel_limiter.py Fix: Use source ip if user is not authenticated (#1379) 2022-10-27 13:37:45 +02:00
pgp_utils.py Revert changes to pgp_utils 2022-04-11 10:20:02 +02:00
pw_models.py do not use flask-sqlalchemy 2021-10-12 14:36:47 +02:00
redis_services.py chore: allow redis to support rediss (#1526) 2023-01-11 16:25:35 +01:00
regex_utils.py refactor: move regex_match() to its own file 2021-12-14 15:00:32 +01:00
s3.py Store bounces in the reply phase to prevent abuse 2022-04-21 11:23:58 +02:00
session.py Feat: Added parallel limiter to prevent sqlalchemy transaction issues (#1360) 2022-10-27 10:07:02 +02:00
spamassassin_utils.py Add flake8-bugbear 2022-02-06 20:37:43 +00:00
subscription_webhook.py Add timeout to any outbound connection (#1756) 2023-05-31 14:19:43 +02:00
utils.py Sanitize alias, contacts, mailboxes and users before creating them (#1829) 2023-08-03 10:20:25 +02:00