thunderbird_accounts.mail.views
Functions
|
Adds an email alias |
|
Sets an app password for a remote Stalwart account |
|
Get ticket fields from Zendesk API and filter based on Zendesk Admin. |
|
Uses Zendesk's Requests API to create a ticket Ref https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#tickets-and-requests |
|
Creates a custom domain for the user |
|
Sets a display name for a remote Stalwart account |
|
Gets the DNS records for a custom domain |
|
The main route for our VueJS app. |
|
|
|
Allows up to clean up the test data before the proper oidc schema has been finallized. |
|
Puts the error message into the message bag and redirects to a named view. |
|
Removes a custom domain |
|
Removes an email alias |
|
Verifies a custom domain |
|
Classes
|
- thunderbird_accounts.mail.views.raise_form_error(request, to_view: str, error_message: str)[source]
Puts the error message into the message bag and redirects to a named view.
- thunderbird_accounts.mail.views.home(request: HttpRequest)[source]
The main route for our VueJS app. This prepares some data for the initial form load (like authentication information, plan information, and the like.)
- thunderbird_accounts.mail.views.contact_fields(request: HttpRequest)
Get ticket fields from Zendesk API and filter based on Zendesk Admin.
- thunderbird_accounts.mail.views.contact_submit(request: HttpRequest)
Uses Zendesk’s Requests API to create a ticket Ref https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#tickets-and-requests
- thunderbird_accounts.mail.views.app_password_set(request: HttpRequest)
Sets an app password for a remote Stalwart account
- thunderbird_accounts.mail.views.display_name_set(request: HttpRequest)
Sets a display name for a remote Stalwart account
- thunderbird_accounts.mail.views.create_custom_domain(request: HttpRequest)
Creates a custom domain for the user
- thunderbird_accounts.mail.views.get_dns_records(request: HttpRequest)
Gets the DNS records for a custom domain
- thunderbird_accounts.mail.views.verify_custom_domain(request: HttpRequest)
Verifies a custom domain
- thunderbird_accounts.mail.views.remove_custom_domain(request: HttpRequest)
Removes a custom domain
- thunderbird_accounts.mail.views.add_email_alias(request: HttpRequest)
Adds an email alias
- thunderbird_accounts.mail.views.remove_email_alias(request: HttpRequest)
Removes an email alias
- thunderbird_accounts.mail.views.purge_stalwart_accounts(request: HttpRequest)
Allows up to clean up the test data before the proper oidc schema has been finallized.