Message::MailMessage - Zero Knowledge Mail Message Class
use Message::MailMessage;
$base = new Message::MailMessage();
Perl5.004+ Message::Base User::Base (Subclass)
Nothing
This is the mail message class. This class encapsulates a single mail message . This class contains Message::Header and Message::Content classed to assist with the parsing and storage of the two message parts.
The Message::MailMessage is is a subclass of Message::Base.
This is the constructor for the Message::Header object. A new header object is created with the new method and is accessed through the resulting object.
Return the message header object associated with this message. If HEADER is supplied, then it will be set to the new message header.
Return the message content object associated with this message. If CONTENT is supplied, then it will be set to the new message content.
Parse the supplied message text and store internally. If MESSAGE_TEXT is
not supplied then no operation will be performed and undef
will be returned.
Transform the mail message into a ZKS Fredeom network specific mail message.
Return the raw message text as a list of strings. The returned text complies with RFC822 header constructs and with the content in compliance RFC2045, RFC2047, RFC2231 and RFC2184 (MIME).
Print the raw message text as with as_list but output the resulting list of strings to the default output device (stdout).
None Present
Message::Base, Message::Header, Message::Content, Mail::Internet
Kris Smith <krissmi@zeroknowledge.com> Philippe McLean <phillipem@zeroknowledge.com>
Copyright 2000 Zero Knowledge Systems, Inc. All rights reserved