{% extends 'layout.twig' %} {% block header %} {% endblock %} {% block body %} {% if forwardAllSuccess %}
Successfully forwarded {{ forwardAllSuccess }} email(s)!
{% endif %} {% if verificationSent %}
Verification email sent to {{ verificationEmail }}. Please check your inbox and click the verification link (expires in 15 minutes).
{% endif %} {% if errorMessage %}
{{ errorMessage }}
{% endif %}

{{ address|sanitizeHtml }}

Copied!
{% for mail in mailSummaries %} {% endfor %} {% if not mailSummaries %}
There are no mails yet.
{% endif %}
Fetching new mails in --s
{% if authEnabled and not isLocked %} {% endif %} {% if authEnabled and isLocked and hasAccess %} {# JS handled in /javascripts/lock-modals.js #} {% endif %} {% if smtpEnabled %} {% endif %} {% endblock %}