Skip to content

Fix issue 527 regression#625

Open
valipuha wants to merge 2 commits intop2r3:masterfrom
valipuha:fix/issue-527-clean
Open

Fix issue 527 regression#625
valipuha wants to merge 2 commits intop2r3:masterfrom
valipuha:fix/issue-527-clean

Conversation

@valipuha
Copy link
Copy Markdown

Summary

Fixes issue #527 by isolating the email support change into a clean branch and preserving the existing handler registry.

What changed

  • added the email handler registration required for issue 527
  • preserved existing handlers already present in the registry
  • resolved the earlier branch contamination so this PR contains only the 527-related change

Testing

  • resolved cherry-pick conflict cleanly
  • verified cherry-pick completed successfully
  • verified working tree is clean

Victor added 2 commits April 16, 2026 14:16
Add a dedicated email handler for message/rfc822 files.

The handler extracts readable text/html parts from .eml messages,
decodes common transfer encodings, and exports clean text, HTML, and
Markdown without dumping attachment payloads into the output.

Also add regression coverage for text, HTML, and Markdown email exports.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant