<html>
<head>
<title>HTML::FromMail::Message examples with Text::MagicTemplate</title>
</head>
<body>
<h2>Fields</h2>
<h4>As "Terminal"</h4>
<pre>Subject: <!--{field name => subject}--></pre>
<blockquote>
Subject: <!--{field name => subject}-->
</blockquote>
<h4>As container<h4>
<pre>
<!--{field name => subject}-->
Name: <!--{name capitals => WELLFORMED}--><br />
Body: <!--{body wrap => 20}--><br />
<!--{/field}-->
</pre>
<blockquote>
<!--{field name => subject}-->
Name: <!--{name capitals => WELLFORMED}--><br />
Body: <!--{body wrap => 20}--><br />
<!--{/field}-->
</blockquote>
<h4>Special case: subject</h4>
<pre>Subject: <!--{subject}--></pre>
<blockquote>
Subject: <!--{subject}-->
</blockquote>
<h2>Header</h2>
<h4>As "Terminal"</h4>
<pre><!--{head}--></h4></pre>
<blockquote>
<!--{head}-->
</blockquote>
<h4>As container</h4>
<pre><table>
<!--{head remove_spam_groups => 0, select => content|X- }-->
<tr><td><!--{name}--></td>
<td><!--{body}--></td></tr>
<!--{/head}-->
</table>
</pre>
<blockquote>
<table>
<!--{head remove_spam_groups => 0, select => content|X- }-->
<tr><td valign="top"><!--{name}--></td>
<td valign="top"><!--{body}--></td></tr>
<!--{/head}-->
</table>
</blockquote>
<h2>Complex multipart message:</h2>
<!--{message}-->
<!--{head}-->
<!--{inline}-->
<!--{html}-->
<!--{text}-->
<!--{/html}-->
<!--{/inline}-->
<!--{attach}-->
<a href="<!--{url}-->" target="_blank">See attachment</a>.<br />
<!--{type}--> (<!--{size}--> bytes)
<!--{/attach}-->
<!--{preview}-->
<!--{html}-->
<blockquote><cite><!--{text}--> ...</cite>
<a href="<!--{url}-->" target="_blank">read
more</a> >>><br />
<!--{type}--> (<!--{size}--> bytes)
<!--{/html}-->
<!--{image}-->
<a href="<!--{url}-->" target="_blank"><img
src="<!--{smallurl}-->" width="<!--{smallwidth}-->"
height="<!--{smallheight}-->" border="0"></a><br />
<a href="<!--{url}-->" target="_blank"><!--{width}--> x
<!--{height}--> (<!--{size}--> bytes)</a>
<!--{/image}-->
<!--{/preview}-->
<!--{multipart}-->
<ol>
<!--{foreachPart}-->
<li><!--{part}--></li>
<!--{/foreachPart}-->
</ol>
<!--{/multipart}-->
<!--{nested}-->
message/rfc822 encapsulated
<!--{part}-->
<!--{/nested}-->
<!--{/message}-->
</body>
</html>