The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=encoding utf8

=head1 NAME

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

=head1 INHERITANCE

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

=head1 SYNOPSIS

=head1 DESCRIPTION

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

Extends L<"DESCRIPTION" in HTML::FromMail::Format|HTML::FromMail::Format/"DESCRIPTION">.
 
=head1 METHODS

Extends L<"METHODS" in HTML::FromMail::Format|HTML::FromMail::Format/"METHODS">.
 
=over 4

=item $obj-E<gt>B<containerText>(ARGS)

Inherited, see L<HTML::FromMail::Format/"METHODS">

=item $obj-E<gt>B<lookup>(TAG, ARGS)

Inherited, see L<HTML::FromMail::Format/"METHODS">

=item $obj-E<gt>B<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 L<Template::Magic::Zone> information.

=item $obj-E<gt>B<magic>()

Returns the L<Template::Magic> object which is used.

=item HTML::FromMail::Format::Magic-E<gt>B<new>(OPTIONS)

=item $obj-E<gt>B<onFinalToken>(ARGS)

Inherited, see L<HTML::FromMail::Format/"METHODS">

=item $obj-E<gt>B<processText>(TEXT, ARGS)

Inherited, see L<HTML::FromMail::Format/"METHODS">

=back

=head1 SEE ALSO

This module is part of HTML-FromMail distribution version 0.12,
built on January 29, 2018. Website: F<http://perl.overmeer.net/CPAN/>

=head1 LICENSE

Copyrights 2003-2018 by [Mark Overmeer <markov@cpan.org>]. 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 F<http://dev.perl.org/licenses/>