You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add HTML body fallback when text/plain is not available
Many email clients (Outlook, Gmail, etc.) send HTML-only emails without
a text/plain alternative. This causes get_emails_content to return empty
body fields.
This change:
- Collects text/html content as a fallback when parsing multipart emails
- Strips HTML tags to convert to readable text if no text/plain is found
- Handles single-part HTML emails the same way
Fixes#113
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments