app-MAIL-temp/tests
Adrià Casajús 81eb56e213
Tranfer aliases to a new mailbox when deleting mailboxes (#1534)
* Set up npm clean install instead of npm install in order to keep the version of npm packages 🎨

* Add option to transfer the alias to a new mailbox when a mailbox is deleted

* Moved alias transfer to job

* Lint

* Update forms

* Revert dockerfile change

Co-authored-by: ewen <ewen.coppens@a1.digital>
Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
2023-01-17 11:55:34 +01:00
..
api Canonicalize emails from google and proton before registering users (#1493) 2022-12-14 11:50:36 +01:00
auth Canonicalize emails from google and proton before registering users (#1493) 2022-12-14 11:50:36 +01:00
dashboard Canonicalize emails from google and proton before registering users (#1493) 2022-12-14 11:50:36 +01:00
data Validate user uploaded image (#1123) 2022-06-29 15:04:55 +02:00
email_tests Send email to users with a subscription and a partner plan upgrade (#1101) 2022-06-20 14:34:20 +02:00
example_emls do not quarantine an email if fails DMARC but has a small rspamd score (#1337) 2022-10-10 10:13:07 +02:00
handler do not quarantine an email if fails DMARC but has a small rspamd score (#1337) 2022-10-10 10:13:07 +02:00
jobs Tranfer aliases to a new mailbox when deleting mailboxes (#1534) 2023-01-17 11:55:34 +01:00
models Send welcome email when user created by login with proton (#1115) 2022-06-28 11:57:21 +02:00
oauth Mitigate open redirect with OAuth (#1176) 2022-07-21 14:23:08 +02:00
proton Send email to users with a subscription and a partner plan upgrade (#1101) 2022-06-20 14:34:20 +02:00
__init__.py create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
conftest.py Improve test: disable rate limit during test and avoid conflicts between tests (#1349) 2022-10-14 16:37:49 +02:00
test.env Canonicalize emails from google and proton before registering users (#1493) 2022-12-14 11:50:36 +01:00
test_account_linking.py Fix: When logging with parter create accounts with lowercase emails (#1137) 2022-07-04 11:51:43 +02:00
test_alias_utils.py Fix tests to allow re-running them locally without colliding with previous runs 2022-05-20 14:39:07 +02:00
test_config.py do not use flask-sqlalchemy 2021-10-12 14:36:47 +02:00
test_cron.py Generate a web session from an api key (#1224) 2022-08-10 18:48:32 +02:00
test_dns_utils.py Format 2022-02-24 17:30:07 +01:00
test_email_handler.py Replace reverse alias (#1335) 2022-10-10 10:00:19 +02:00
test_email_utils.py Fix empty authorized address (#1423) 2022-11-15 16:04:31 +01:00
test_extensions.py Improve test: disable rate limit during test and avoid conflicts between tests (#1349) 2022-10-14 16:37:49 +02:00
test_image_validation.py Do not allow SVG image uploads (#1198) 2022-07-29 08:52:51 +02:00
test_jose_utils.py refactor test: no hardcode a@b.c, make sure each test has a different user 2022-04-15 16:59:44 +02:00
test_mail_sender.py Fix: When re-sending emails if they trigger exceptions move out of failed dir (#1411) 2022-11-10 13:24:46 +01:00
test_message_utils.py Allow sending messages in a background thread 2022-04-28 14:43:24 +02:00
test_models.py Improve test: disable rate limit during test and avoid conflicts between tests (#1349) 2022-10-14 16:37:49 +02:00
test_monitoring.py Fix: Track processes that start with the same chars independently (smtp vs stmpd) (#974) 2022-05-12 12:37:19 +02:00
test_oauth_models.py add get_response_types_from_str, response_types_to_str 2019-12-15 18:55:11 +02:00
test_onboarding.py Add extension_redirect endpoint (#1093) 2022-06-16 09:56:00 +02:00
test_paddle_callback.py Handle failed payments subscriptions in paddle (#1327) 2022-09-30 17:51:06 +02:00
test_paddle_utils.py add paddle_utils.verify_incoming_request 2019-12-15 18:55:18 +02:00
test_pgp_utils.py add tests for sign_data 2020-11-03 13:30:13 +01:00
test_prarallel_limiter.py Added too many exceptions test (#1378) 2022-10-27 14:04:03 +02:00
test_regex_utils.py refactor: move regex_match() to its own file 2021-12-14 15:00:32 +01:00
test_server.py refactor test: no hardcode a@b.c, make sure each test has a different user 2022-04-15 16:59:44 +02:00
test_utils.py Canonicalize emails from google and proton before registering users (#1493) 2022-12-14 11:50:36 +01:00
utils.py Canonicalize emails from google and proton before registering users (#1493) 2022-12-14 11:50:36 +01:00
utils_test_alias.py Simpler csv export (#1383) 2022-11-23 13:51:08 +01:00