MHonArc
view release on metacpan or search on metacpan
doc/faq/mime.html view on Meta::CPAN
<!-- ??????????????????????????????????????????????????????????????? -->
<hr noshade size=1>
<table border=0>
<tr valign=baseline><td><img src="monicon.png" align="bottom" alt=""></td><td>
<h3><b><a name="removepre">Can the <PRE> tags be removed from converted messages?</a></b></h3>
</td></tr></table>
<p>Yes. See the options available for the <b>m2h_text_plain::filter</b>
described in the <a href="../resources/mimefilters.html">MIMEFILTERS</a> resource page of the documentation.
Example:
</p>
<pre class="code">
<b><MIMEArgs></b>
m2h_text_plain::filter; nonfixed
<b></MIMEArgs></b>
</pre>
<!-- ??????????????????????????????????????????????????????????????? -->
<hr noshade size=1>
<table border=0>
<tr valign=baseline><td><img src="monicon.png" align="bottom" alt=""></td><td>
<h3><b><a name="lineclip">Can long lines be wrapped in converted messages?</a></b></h3>
</td></tr></table>
<p>Yes. See the options available for the <b>m2h_text_plain::filter</b>
described in the <a href="../resources/mimefilters.html">MIMEFILTERS</a> resource page of the documentation.
Example:
</p>
<pre class="code">
<-- Make sure lines are no longer than 80 characters -->
<b><MIMEArgs></b>
m2h_text_plain::filter; maxwidth=80
<b></MIMEArgs></b>
</pre>
<!-- ??????????????????????????????????????????????????????????????? -->
<hr noshade size=1>
<table border=0>
<tr valign=baseline><td><img src="monicon.png" align="bottom" alt=""></td><td>
<h3><b><a name="exclude">Can I exclude specific media-types?</a></b></h3>
</td></tr></table>
<p>Yes. See the <a href="../resources/mimeexcs.html">MIMEEXCS</a> resource.
Example:
</p>
<pre class="code">
<-- Exclude all HTML and binary data -->
<b><MIMEExcs></b>
text/html
application/octet-steam
<b></MIMEExcs></b>
</pre>
<!-- ??????????????????????????????????????????????????????????????? -->
<hr noshade size=1>
<table border=0>
<tr valign=baseline><td><img src="monicon.png" align="bottom" alt=""></td><td>
<h3><b><a name="alternative">Can I tell MHonArc to use the text/plain part over a text/html part in a multipart/alternative message?</a></b></h3>
</td></tr></table>
<p>Yes, in v2.5.8, and later, via the <a href="../resources/mimealtprefs.html">MIMEALTPREFS</a> resource.
Example:
</p>
<pre class="code">
<b><MIMEAltPrefs></b>
text/plain
text/html
<b></MIMEAltPrefs></b>
</pre>
<!-- ??????????????????????????????????????????????????????????????? -->
<hr noshade size=1>
<table border=0>
<tr valign=baseline><td><img src="monicon.png" align="bottom" alt=""></td><td>
<h3><b><a name="excattach">How do I exclude attachments from my archives?</a></b></h3>
</td></tr></table>
<p>See the following archived message to the
<a href="http://www.mhonarc.org/archive/html/mhonarc-users/">mhonarc-users</a>
list:
<em><a href="http://www.mhonarc.org/archive/cgi-bin/mesg.cgi?a=mhonarc-users&i=200506022248.j52MmI023208%40gator.earlhood.com">Re: Disabling attachments</a></em>.
</p>
<table class="note" width="100%">
<tr valign="baseline">
<td><strong>NOTE:</strong></td>
<td width="100%"><p>The
<a href="../resources/mimeincs.html">MIMEINCS</a>
resource mentioned in the list message is available in MHonArc v2.6.12
and later.
</p>
</td>
</tr>
</table>
<p>
</p>
<!-- ===================================================================== -->
<hr>
<!--X-NavButtons-Start-->
<table width="100%"><tr><td align="left"><nobr>[<a href="threads.html">Prev</a>]</nobr></td><td align="center" width="100%">[<a href="faq.html">TOC</a>][<a href="../mhonarc.html">Manual</a>][<a href="http://www.mhonarc.org/">Home</a>]</td><td align="...
</p>
<!--X-NavButtons-End-->
<HR>
<address>
$Date: 2005/06/07 19:17:26 $ <br>
<img align="top" src="monicon.png" alt="">
<a href="http://www.mhonarc.org/"
><strong>MHonArc</strong></a><br>
Copyright © 1997-1999, <a href="http://www.earlhood.com/"
>Earl Hood</a>, <a href="mailto:mhonarc%40mhonarc.org"
>mhonarc<!--
-->@<!--
-->mhonarc.org</a><br>
</address>
</BODY>
</HTML>
( run in 1.040 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )