NAME
HTML::FromMail::Format::Magic - convert messages into HTML using Template::Magic
INHERITANCE
HTML::FromMail::Format::Magic
is a HTML::FromMail::Format
is a Mail::Reporter
SYNOPSIS
DESCRIPTION
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.
Extends "DESCRIPTION" in HTML::FromMail::Format.
METHODS
Extends "METHODS" in HTML::FromMail::Format.
- $obj->containerText(ARGS)
-
Inherited, see "METHODS" in HTML::FromMail::Format
- $obj->lookup(TAG, ARGS)
-
Inherited, 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.
ZONEis the found Template::Magic::Zone information. - $obj->magic()
-
Returns the Template::Magic object which is used.
- $class->new(OPTIONS)
- $obj->onFinalToken(ARGS)
-
Inherited, see "METHODS" in HTML::FromMail::Format
- $obj->processText(TEXT, ARGS)
-
Inherited, see "METHODS" in HTML::FromMail::Format
SEE ALSO
This module is part of HTML-FromMail version 3.00, built on November 19, 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.