<<
Bugzilla::MIME - Wrapper around Email::MIME for unifying MIME related workarounds.
use Bugzilla::MIME; my $email = Bugzilla::MIME->new($message);
Bugzilla::MIME subclasses Email::MIME and performs various fixes when parsing and generating email.