SYNOPSIS

 !!! ALPHA CODE !!!

 # change
 use Mail::Internet;
 use Mail::Header;
 # into
 use Mail::Message::Replace::MailInternet;
 # in existing code, and the code should still work, but
 # with the Mail::Message features.

See SYNOPSIS in Mail::Message::Head::Complete

DESCRIPTION

This module is a wrapper around a Mail::Message::Head::Complete, which simulates a manual Mail::Header object. The name-space of that module is hijacked and many methods are added.

Most methods will work without any change, but you should test your software again. Small changes have been made to fold_length(), header_hashref().

See DESCRIPTION in Mail::Message::Head::Complete

DETAILS