SYNOPSIS

 !!! BETA !!!

 # change
 use Mail::Internet;
 # 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

DESCRIPTION

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

Most methods will work without any change, but you may need to have a look at your smtpsend() and send() calls.

See DESCRIPTION in Mail::Message

DETAILS

Structure of a Message

See Structure of a Message in Mail::Message

The header

See The header in Mail::Message

The body

See The body in Mail::Message

Message object implementation

See Message object implementation in Mail::Message

Message class implementation

See Message class implementation in Mail::Message

Labels

See Labels in Mail::Message

Predefined labels

See Predefined labels in Mail::Message

Status and X-Status fields

See Status and X-Status fields in Mail::Message