Skip to content

v0.5.0 - Email and Attachment Ingestion

Choose a tag to compare

@Edge-Explorer Edge-Explorer released this 04 Sep 08:20
· 74 commits to main since this release

What's New in v0.5.0

  • Email Formats Supported: Added MailExtractor for .eml, .msg (Outlook binary), and .mbox mailbox archives.
  • Header & Body Extraction: Parses Subject, From, To, and Date metadata alongside HTML/Plaintext body hierarchies.
  • Recursive Attachment Ingestion: Automatically saves attached documents (PDFs, spreadsheets, images, CSVs), sniffs their format, and routes them through specialized sub-extractors.
  • All 39 tests passing with 0 Ruff lint errors across 12 document formats.