Mail::Message::Body::Lines - body of a Mail::Message stored as array of lines
Mail::Message::Body::Lines is a Mail::Message::Body is a Mail::Reporter
See Mail::Message::Body
The body (content) of a message can be stored in various ways. In this documentation you find the description of extra functionality you have when a message is stored in an array of lines.
Storing a whole message as an array of lines is useful when the data is not encoded, and you want to process it on a line-by-line basis (a common practice for inspecting message bodies).
Extends "DESCRIPTION" in Mail::Message::Body.
Extends "OVERLOADED" in Mail::Message::Body.
Inherited, see "OVERLOADED" in Mail::Message::Body
Extends "METHODS" in Mail::Message::Body.
Extends "Constructors" in Mail::Message::Body.
Inherited, see "Constructors" in Mail::Message::Body
-Option --Defined in --Default based_on Mail::Message::Body undef charset Mail::Message::Body 'PERL' checked Mail::Message::Body <false> content_id Mail::Message::Body undef data Mail::Message::Body undef description Mail::Message::Body undef disposition Mail::Message::Body undef eol Mail::Message::Body 'NATIVE' file Mail::Message::Body undef filename Mail::Message::Body undef log Mail::Reporter 'WARNINGS' message Mail::Message::Body undef mime_type Mail::Message::Body 'text/plain' modified Mail::Message::Body <false> trace Mail::Reporter 'WARNINGS' transfer_encoding Mail::Message::Body 'none'
Extends "Constructing a body" in Mail::Message::Body.
Inherited, see "Constructing a body" in Mail::Message::Body::Construct
Inherited, see "Constructing a body" in Mail::Message::Body::Encode
Inherited, see "Constructing a body" in Mail::Message::Body
Extends "The body" in Mail::Message::Body.
Inherited, see "The body" in Mail::Message::Body
Extends "About the payload" in Mail::Message::Body.
Inherited, see "About the payload" in Mail::Message::Body
Inherited, see "About the payload" in Mail::Message::Body::Encode
Extends "Access to the payload" in Mail::Message::Body.
Inherited, see "Access to the payload" in Mail::Message::Body
Extends "Internals" in Mail::Message::Body.
Inherited, see "Internals" in Mail::Message::Body::Encode
Inherited, see "Internals" in Mail::Message::Body
Extends "Error handling" in Mail::Message::Body.
Inherited, see "Error handling" in Mail::Message::Body
Inherited, see "Error handling" in Mail::Reporter
Extends "Cleanup" in Mail::Message::Body.
Inherited, see "Cleanup" in Mail::Reporter
Extends "DETAILS" in Mail::Message::Body.
The encoding or decoding of a message body encounters a character set which is not understood by Perl's Encode module.
The data (message body) is encoded in a way which is not currently understood, therefore no decoding (or recoding) can take place.
The data (message body) has been decoded, but the required encoding is unknown. The decoded data is returned.
Fatal error: the specific package (or one of its superclasses) does not implement this method where it should. This message means that some other related classes do implement this method however the class at hand does not. Probably you should investigate this and probably inform the author of the package.
A Mail::Message::Body::Lines object is to be created from a named file, but it is impossible to read that file to retrieve the lines within.
This module is part of Mail-Message distribution version 3.014, built on October 18, 2023. Website: http://perl.overmeer.net/CPAN/
Copyrights 2001-2023 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
To install Mail::Message, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Mail::Message
CPAN shell
perl -MCPAN -e shell install Mail::Message
For more information on module installation, please visit the detailed CPAN module installation guide.