Mail::Message::Convert
conversions between message types
- Provided by: libmail-message-perl (Version: 4.03-1)
- Report a bug
conversions between message types
Mail::Message::Convert is a Mail::Reporter Mail::Message::Convert is extended by Mail::Message::Convert::EmailSimple Mail::Message::Convert::Html Mail::Message::Convert::HtmlFormatPS Mail::Message::Convert::HtmlFormatText Mail::Message::Convert::MailInternet Mail::Message::Convert::MimeEntity Mail::Message::Convert::TextAutoformat
Available methods are very converter-specific.
This class is the base for various message (and message parts) converters.
Extends "DESCRIPTION" in Mail::Reporter.
Internally, the Mail::Message::coerce() is called when foreign objects are used where message objects are expected. That method will automatically create the converting objects, and re-use them.
Converts the simple Mail::Internet messages into Mail::Message objects.
Converts the more complicated MIME::Entity messages into Mail::Message objects.
Converts Email::Simple messages into Mail::Message objects.
Plays tricks with HTML/XMHTML without help of external modules.
Converts HTML body objects to plain text objects using the HTML::FormatText module.
Converts HTML body objects to Postscript objects using the HTML::FormatPS module.
Converts a text message into text using Text::Autoformat.
Extends "METHODS" in Mail::Reporter.
Extends "Constructors" in Mail::Reporter.
-Option--Default
fields <see description>
Extends "Attributes" in Mail::Reporter.
Extends "Error handling" in Mail::Reporter.
Extends "Cleanup" in Mail::Reporter.
This module is part of Mail-Message version 4.03, built on January 26, 2026. Website: http://perl.overmeer.net/CPAN/
For contributors see file ChangeLog.
This software is copyright (c) 2001-2026 by Mark Overmeer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.