{% extends "settings.html" %} {% block content %}

Export mail spool

This tool allows you to export your mailing list in mbox format.

{{csrf_token()}}

Import mail spool

{% if ml.import_in_progress %}
An import operation is already in progress, please try again later.
{% else %}

This tool allows you to import an existing mailing list's mail spool. Your spool must use the mbox format and be a maximum of 10 MiB in size. If your spool doesn't meet these requirements, we have tools available here for converting or splitting up your spool locally.

{{csrf_token()}}
{{valid.summary("spool")}}
{{valid.summary()}}
{% endif %}
{% endblock %}