{% extends 'layout.twig' %} {% block header %}
{% endblock %} {% block body %}Welcome back, {{ username }}
Welcome back, {{ username|sanitizeHtml }}
{% if successMessage %}{{ successMessage|sanitizeHtml }}
{{ errorMessage|sanitizeHtml }}
Add verified emails to forward messages to. Each email must be verified before use.
{% if forwardEmails|length > 0 %}No verified forwarding emails yet.
{% endif %} {% if stats.forwardEmailsCount < stats.maxForwardEmails %} {% else %}Maximum {{ stats.maxForwardEmails }} emails reached
{% endif %}Manage your locked inboxes. These are protected by your account and only accessible when logged in. Locks auto-release after 7 days without login.
{% if lockedInboxes|length > 0 %}No locked inboxes yet. Lock an inbox to protect it with your account.
{% endif %} {% if stats.lockedInboxesCount < stats.maxLockedInboxes %}You can lock up to {{ stats.maxLockedInboxes }} inboxes total.
{% else %}Maximum {{ stats.maxLockedInboxes }} inboxes locked
{% endif %}Update your account password. You'll need to enter your current password to confirm.
Permanently delete your account and all associated data. This action cannot be undone.
Warning: Deleting your account will: