<<

Bugzilla::MIME

NAME

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

SYNOPSIS

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

DESCRIPTION

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

<<