{% extends "base.html" %} {% block title %}Email Organizer - Prototype{% endblock %} {% block header %} {% include "partials/header.html" %} {% endblock %} {% block content %}
{% include "partials/sidebar.html" %}

Email Folders

Create and manage your email organization rules

Welcome to Email Organizer!

Organize your emails automatically with AI-powered rules. Create folders and set up rules to categorize incoming emails.

{% if current_user.imap_config %}
{% else %}
{% endif %}
{{ folders|length }}
Total Folders
{{ tidy_folders|length }}
Folders to Tidy
{{ destination_folders|length }}
Destination Folders
{{ tidy_folders|sum(attribute='pending_count') }}
Pending Emails
{% include 'partials/folders_to_tidy_section.html' %} {% include 'partials/destination_folders_section.html' %}
{% endblock %} {% block modal %} {% include "partials/modal_holder.html" %} {% endblock %}