app-MAIL-temp/app/api/views
Son Nguyen Kim 170082e2c1
after deleting an alias, user should stay on the same page (#1546)
* after deleting an alias, user should stay on the same page

* Fix delete alias mlec (#1547)

* Specify how to create the certificates if they don't exist in readme (#1533)

* Remove id= from get 🩹

* Add flash message level 🩹

* Rename transfer_mailbox back to new_mailbox in the create-mailbox part 🩹

Co-authored-by: rubencm <rubencm@gmail.com>

* Fix delete alias mlec (#1552)

* Specify how to create the certificates if they don't exist in readme (#1533)

* Remove id= from get 🩹

* Add flash message level 🩹

* Rename transfer_mailbox back to new_mailbox in the create-mailbox part 🩹

* Linting files to pass test 🎨

Co-authored-by: rubencm <rubencm@gmail.com>

Co-authored-by: mlec <42201667+mlec1@users.noreply.github.com>
Co-authored-by: rubencm <rubencm@gmail.com>
2023-01-25 13:16:10 +01:00
..
__init__.py create /api/alias/new using api-key as authentication 2019-12-15 18:55:16 +02:00
alias.py Prevent free users from creating reverse-alias 2022-05-12 13:20:05 +02:00
alias_options.py Refactor alias suffix (#1194) 2022-07-27 17:40:22 +02:00
apple.py fix 21004 error (#1380) 2022-10-27 14:03:11 +02:00
auth.py Canonicalize emails from google and proton before registering users (#1493) 2022-12-14 11:50:36 +01:00
auth_mfa.py Extend validity of totp tokens for up to a minute. (#1494) 2022-12-16 17:54:46 +01:00
custom_domain.py return custom domain json in patch 2022-01-16 17:26:11 +01:00
export.py Simpler csv export (#1383) 2022-11-23 13:51:08 +01:00
mailbox.py after deleting an alias, user should stay on the same page (#1546) 2023-01-25 13:16:10 +01:00
new_custom_alias.py Feat: Added parallel limiter to prevent sqlalchemy transaction issues (#1360) 2022-10-27 10:07:02 +02:00
new_random_alias.py Feat: Added parallel limiter to prevent sqlalchemy transaction issues (#1360) 2022-10-27 10:07:02 +02:00
notification.py Enforce int params in routes (#1159) 2022-07-15 17:10:00 +02:00
phone.py Enforce int params in routes (#1159) 2022-07-15 17:10:00 +02:00
setting.py Fixes for connect with proton on mobile (#1230) 2022-08-12 13:17:21 +02:00
sudo.py Update docs and error message for sudo route (#1117) 2022-06-28 14:40:06 +02:00
user.py Generate a web session from an api key (#1224) 2022-08-10 18:48:32 +02:00
user_info.py Store session in redis if redis is enabled (#1288) 2022-09-21 11:11:17 +02:00