Description
Perl applications can parse simple RFC 2822 email messages and headers without the heavier features of full MIME handling. This is useful for tools that need lightweight access to subject, sender, recipients, dates, and message body.
It is an email parsing library. Applications should still treat message content as private and validate headers before trusting them.