5.7.49. Bugzilla::MIME

5.7.49.1. NAME

Bugzilla::MIME - Wrapper around Email::MIME for unifying MIME related workarounds.

5.7.49.2. SYNOPSIS

use Bugzilla::MIME;
my $email = Bugzilla::MIME->new($message);

5.7.49.3. DESCRIPTION

Bugzilla::MIME subclasses Email::MIME and performs various fixes when parsing and generating email.


This documentation undoubtedly has bugs; if you find some, please file them here.