Email Details
View full email content, analysis, and classification options
{{ email.subject }}
📧 From: {{ email.sender }}
{% if email.received_at %}
📅 Received: {{ email.received_at.strftime('%Y-%m-%d %H:%M:%S') if email.received_at else 'N/A' }}
{% endif %}
{% if email.label == "spam" %}
🚫 Spam
{% elif email.label == "ham" %}
✅ Ham
{% elif email.label == "undecided" %}
⚠️ Undecided
{% else %}
⏳ Not Classified
{% endif %}
{% if email.label == "undecided" %}
🚫 Spam
✅ Ham
{% endif %}
{% if email.is_html %}📄 HTML Content{% else %}📝 Plain Text{% endif %}
{% if email.is_html %} {{ email.body | safe }} {% else %} {{ email.body | e }} {% endif %}
⬅ Back to Dashboard