{% extends "base.html" %} {% from "components/ui.html" import csrf_field with context %} {% from "components/connection.html" import connection_fields %} {% block title %}Connect an account ยท {{ APP_NAME }}{% endblock %} {% block heading %}Connect an account{% endblock %} {% block subheading %}
Asks public sources how the address's provider is reached. No password leaves this service.
{{ hint.text }}{% if hint.url %} More{% endif %}
{% endfor %} {{ connect_form(discovery.email, candidate.settings, suffix=loop.index, provider=candidate.provider.value, password_label="App password" if candidate.credential.value == "app_password" else "Password", hint="Tried against the provider first, then stored encrypted. Never shown again.") }}No way to connect {{ discovery.email }} over IMAP was found. Enter your provider's servers.
{% endif %} {{ connect_form(discovery.email, {}, folded=False, primary=False) }}| {{ report.source.value }} | {{ report.outcome.value }} | {{ report.message | or_missing }} |