{% extends "baseTemplate/index.html" %} {% load static %} {# Mailbox list for one domain, scoped server-side to the owning website. #} {% block title %}Email accounts{% endblock %} {% block content %}

Email accounts

Mailboxes on the domains you manage, with their Maildir size on disk.

New mailbox
{% if not domains %}
There are no domains available to you yet.
{% else %}

mailbox(es)

/ used
No mailboxes on this domain yet.
Address Disk usage Created Status Actions
of MB set quota

Change password for

At least {{ minPasswordLength }} characters.

Disk quota for

0 means unlimited. This is informational only -- it is not enforced at delivery time.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}