Structs§
- Email
Parser - The
EmailParser
is a parser generated using thepest
library and the grammar defined in thegrammar.pest
file. - Parsed
Email - Represents a structured email, including headers, body, and extracted email addresses.
Enums§
- Email
Parse Error - Enum representing possible errors that might occur during email parsing.
- Rule