app-MAIL-temp/app/api/views
Son NK d81ad2fd12 sanitize mailbox before creating: remove empty space 2020-09-17 17:02:50 +02:00
..
__init__.py create /api/alias/new using api-key as authentication 2019-12-15 18:55:16 +02:00
alias.py handle case alias can be None in toggle_alias 2020-09-05 20:54:08 +02:00
alias_options.py enable CORS on /api endpoints 2020-06-24 10:30:01 +02:00
apple.py use RequestException instead of ConnectionError 2020-09-11 16:55:32 +02:00
auth.py login user in api auth endpoints 2020-07-04 10:39:38 +02:00
auth_mfa.py login user in api auth endpoints 2020-07-04 10:39:38 +02:00
mailbox.py sanitize mailbox before creating: remove empty space 2020-09-17 17:02:50 +02:00
new_custom_alias.py make sure to remove whitespace in alias 2020-09-02 09:56:16 +02:00
new_random_alias.py set rate limit to 5/minute on new alias routes 2020-06-24 10:32:22 +02:00
notification.py enable CORS on /api endpoints 2020-06-24 10:30:01 +02:00
user_info.py add GET /api/logout 2020-07-04 12:10:04 +02:00