thunderbird_accounts.mail.views
Functions
|
|
|
Puts the error message into the message bag and redirects to a named view. |
|
|
|
Account Settings page for Self Serve A user can always access this page even if they don't have a mail account setup. |
|
|
|
|
|
App Password page for Self Serve A user can create (if none exists), or delete an App Password which is used to connect to the mail server. |
Common return params for self serve pages |
|
|
Connection Info page for Self Serve This page displays information relating to the connection settings that a user may need to connect an external mail client. |
|
|
|
|
|
- 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.self_serve_common_options(is_account_settings: bool, account: Account)[source]
Common return params for self serve pages
- thunderbird_accounts.mail.views.self_serve_account_settings(request: HttpRequest)[source]
Account Settings page for Self Serve A user can always access this page even if they don’t have a mail account setup. This way they can delete their account if they wish, or create an account.