Skip to content

LeakIX/email-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-extract

Intelligent email parsing library for Rust, built on top of mailparse. Parses raw email bytes into strongly-typed structures with automatic entity extraction.

API Documentation

Features

  • Strong typing for all email components (addresses, subjects, bodies, headers)
  • Automatic entity extraction: emails, phone numbers, URLs, names, companies, monetary amounts, social handles
  • Thread analysis (reply depth, references, in-reply-to)
  • Spam indicator detection and scoring
  • Signature block separation
  • HTML-to-text fallback for HTML-only emails

MSRV

The minimum supported Rust version is 1.90.0 (edition 2024).

License

MIT

About

Intelligent email parsing with structured type extraction

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors