Step 1 Step 2

Configure IMAP Connection

{% if success %}
{{ message }}
{% endif %} {% if errors and errors.general %}
{{ errors.general }}
{% endif %}
{% if errors and errors.server %}
{{ errors.server }}
{% endif %}
{% if errors and errors.port %}
{{ errors.port }}
{% endif %}
{% if errors and errors.username %}
{{ errors.username }}
{% endif %}
{% if errors and errors.password %}
{{ errors.password }}
{% endif %}

Most IMAP servers use SSL on port 993

{% if success %}
{% endif %}