aboutsummaryrefslogtreecommitdiff
path: root/tests/test-custom-buffer-file--view-email-in-buffer.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(email): improve MIME handle parsing for email viewerCraig Jennings2026-02-041-0/+237
- Add helper functions for robust MIME structure navigation - cj/--email-handle-is-type-p: check handle content type - cj/--email-find-displayable-part: recursively find HTML/plain text - Handle both leaf handles and nested multipart structures - Add 9 unit tests covering normal, boundary, and error cases