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 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

Ordered header fields

See Ordered header fields in Mail::Message::Head

Head class implementation

See Head class implementation in Mail::Message::Head

Subsets of header fields

See Subsets of header fields in Mail::Message::Head