Step 1 Step 2

Configure Folder Types

Select the processing type for each folder. Inbox will default to Tidy, while Archive/Spam/Drafts will default to Ignore.

{% for folder in folders %} {% endfor %}
Folder Name Processing Type Description
{{ folder.name }} {% if folder.folder_type == 'tidy' %} Processed by AI to organize emails {% elif folder.folder_type == 'destination' %} Target for organized emails {% else %} Ignored during processing {% endif %}