{% 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.

{{ folders|length }}
Total Folders
0
Emails Processed
0
Active Rules
{% include 'partials/folders_list.html' %}
{% endblock %} {% block modal %} {% include "partials/modal_holder.html" %} {% endblock %}