NAME

HTML::FromMail::Page - base class for outputting pages

INHERITANCE

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

HTML::FromMail::Page is extended by
  HTML::FromMail::Field
  HTML::FromMail::Head
  HTML::FromMail::Message

SYNOPSIS

DESCRIPTION

Extends "DESCRIPTION" in HTML::FromMail::Object.

METHODS

Extends "METHODS" in HTML::FromMail::Object.

Constructors

Extends "Constructors" in HTML::FromMail::Object.

$class->new(%options)

-Option  --Defined in            --Default
 settings  HTML::FromMail::Object  {}
 topic     HTML::FromMail::Object  <required>
settings => \%map
topic => STRING

Attributes

Extends "Attributes" in HTML::FromMail::Object.

$obj->settings( [TOPIC] )

Inherited, see "Attributes" in HTML::FromMail::Object

$obj->topic()

Inherited, see "Attributes" in HTML::FromMail::Object

Other methods

Extends "Other methods" in HTML::FromMail::Object.

$obj->lookup($label, \%options)

Look-up, in a formatter dependent way, what the value related to a certain $label is. The location which is being produced on the moment that this method is called is stored somewhere in the OPTIONS. The formatter (which is also in the %options) is called to get the value based on that location information.

-Option   --Default
 formatter  <required>
formatter => $object
$obj->plain2html(STRING)

Inherited, see "Other methods" in HTML::FromMail::Object

SEE ALSO

This module is part of HTML-FromMail version 3.01, built on November 21, 2025. Website: http://perl.overmeer.net/CPAN/

LICENSE

For contributors see file ChangeLog.

This software is copyright (c) 2003-2025 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.