HTML::FromMail::Format::Magic - convert messages into HTML using Template::Magic


HTML-FromMail documentation  | view source Contained in the HTML-FromMail distribution.

Index


NAME

Top

HTML::FromMail::Format::Magic - convert messages into HTML using Template::Magic

INHERITANCE

Top

 HTML::FromMail::Format::Magic
   is a HTML::FromMail::Format
   is a Mail::Reporter

SYNOPSIS

Top

DESCRIPTION

Top

Convert messages into HTML using Template::Magic. This is a simple template system, which focusses on giving produced pieces of HTML a place in larger HTML structures.

METHODS

Top

$obj->containerText(ARGS)

See "METHODS" in HTML::FromMail::Format

$obj->lookup(TAG, ARGS)

See "METHODS" in HTML::FromMail::Format

$obj->lookupTemplate(ARGS, ZONE)

Kind of autoloader, used to discover the correct method to be invoked when a pattern must be filled-in. ZONE is the found Template::Magic::Zone information.

$obj->magic

Returns the Template::Magic object which is used.

HTML::FromMail::Format::Magic->new(OPTIONS)

$obj->onFinalToken(ARGS)

See "METHODS" in HTML::FromMail::Format

$obj->processText(TEXT, ARGS)

See "METHODS" in HTML::FromMail::Format

SEE ALSO

Top

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

LICENSE

Top

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


HTML-FromMail documentation  | view source Contained in the HTML-FromMail distribution.