
HTML::FromMail::Head - output a message header as HTML

HTML::FromMail::Head is a HTML::FromMail::Page is a HTML::FromMail::Object is a Mail::Reporter



$obj->fields(MESSAGE, OPTIONS)
HTML::FromMail::Head->fields(MESSAGE, OPTIONS)
Collect information about the header fields.
Option --Default ignore undef remove_list_group 1 remove_resent_groups 1 remove_spam_groups 1 select ''. ignore => STRING
The reverse of
select: which fields not to take.. remove_list_group => BOOLEAN
Do not select the headers which are added by mailing list software. See Mail::Message::Head::ListGroup.
. remove_resent_groups => BOOLEAN
Remove all the lines which are related to transport of the message, for instance the
ReceivedandReturn-Path, and all lines which start withResent-. See Mail::Message::Head::ResentGroup.. remove_spam_groups => BOOLEAN
Do not select headers which were added by spam fighting software. See Mail::Message::Head::SpamGroup.
. select => STRING
Select only the fields which match the patterns found in STRING. Multiple patterns can be specified separated by vertical bars (pipes). The fields are ordered as specified in the STRING. See Mail::Message::Head::Complete subroutine grepNames.
$obj->lookup(LABEL, ARGS)
HTML::FromMail::Head->new(OPTIONS)
Option --Defined in --Default settings HTML::FromMail::Object {} topic HTML::FromMail::Object 'head'. settings => HASH-OF-HASHES
. topic => STRING
$obj->settings([TOPIC])
$obj->topic
$obj->plain2html(STRING)

This module is part of HTML-FromMail distribution version 0.11, built on June 08, 2007. Website: http://perl.overmeer.net/html-from-mail/

Copyrights 2003,2004,2007 by Mark Overmeer. 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://www.perl.com/perl/misc/Artistic.html