Crate email_pest_parser

Crate email_pest_parser 

Source

Structs§

EmailParser
The EmailParser is a parser generated using the pest library and the grammar defined in the grammar.pest file.
ParsedEmail
Represents a structured email, including headers, body, and extracted email addresses.

Enums§

EmailParseError
Enum representing possible errors that might occur during email parsing.
Rule