MHonArc
view release on metacpan or search on metacpan
doc/rcfileexs/def-mime.mrc.html view on Meta::CPAN
<html>
<body>
<pre>
<!-- ================================================================== -->
<!-- $Id: def-mime.mrc,v 1.25 2003/10/06 22:04:23 ehood Exp $
Earl Hood <earl @ earlhood . com>
-->
<!-- MHonArc Resource File --
-- --
-- Description: --
-- Default resource settings related to MIME processing --
-- -->
<!-- ================================================================== -->
<!-- MIMEFILTERS maps content-types to converter functions.
-->
<b><a href="../resources/mimefilters.html"><MIMEFilters></a></b>
application/ms-tnef; m2h_null::filter; mhnull.pl
application/octet-stream; m2h_external::filter; mhexternal.pl
application/*; m2h_external::filter; mhexternal.pl
application/x-patch; m2h_text_plain::filter; mhtxtplain.pl
audio/*; m2h_external::filter; mhexternal.pl
chemical/*; m2h_external::filter; mhexternal.pl
model/*; m2h_external::filter; mhexternal.pl
image/*; m2h_external::filter; mhexternal.pl
message/delivery-status; m2h_text_plain::filter; mhtxtplain.pl
message/external-body; m2h_msg_extbody::filter; mhmsgextbody.pl
message/partial; m2h_text_plain::filter; mhtxtplain.pl
text/*; m2h_text_plain::filter; mhtxtplain.pl
text/enriched; m2h_text_enriched::filter; mhtxtenrich.pl
text/html; m2h_text_html::filter; mhtxthtml.pl
text/plain; m2h_text_plain::filter; mhtxtplain.pl
text/richtext; m2h_text_enriched::filter; mhtxtenrich.pl
text/tab-separated-values; m2h_text_tsv::filter; mhtxttsv.pl
text/x-html; m2h_text_html::filter; mhtxthtml.pl
video/*; m2h_external::filter; mhexternal.pl
x-sun-attachment; m2h_text_plain::filter; mhtxtplain.pl
<b></MIMEFilters></b>
<!-- MIMEARGS defines arguments to pass to filters registered via
MIMEFILTERS.
-->
<b><a href="../resources/mimeargs.html"><MIMEArgs></a></b>
m2h_external::filter; inline
<b></MIMEArgs></b>
<!-- MIMEALTPREFS defines content-type preferences for
multipart/alternative messages.
-->
<b><a href="../resources/mimealtprefs.html"><MIMEAltPrefs></a></b>
<b></MIMEAltPrefs></b>
<!-- MIMEDECODERS defines functions that decode data according
to an entitie's Content-Transfer-Encoding.
-->
<b><a href="../resources/mimedecoders.html"><MIMEDecoders></a></b>
7bit; as-is;
8bit; as-is;
binary; as-is;
base64; base64::b64decode; base64.pl
quoted-printable; quoted_printable::qprdecode; qprint.pl
x-uuencode; base64::uudecode; base64.pl
xuue; base64::uudecode; base64.pl
uuencode; base64::uudecode; base64.pl
<b></MIMEDecoders></b>
<!-- CHARSETCONVERTERS defines functions that convert character
data encoded in a character set to HTML. These functions are
used for non-ASCII encoded message header field data and used
by some of the provided text-based MIMEFILTERS.
Since many charsets are known by a variety of names,
CHARSETCONVERTERS is used to map a function to one of the
names for a charset, and the CHARSETALIASES resource (shown
later) is used to define all alternate names for a given
charset.
-->
<b><a href="../resources/charsetconverters.html"><CharsetConverters></a></b>
plain; mhonarc::htmlize;
us-ascii; mhonarc::htmlize;
iso-8859-1; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-2; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-3; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-4; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-5; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-6; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-7; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-8; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-9; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-10; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-11; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-13; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-14; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-15; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-8859-16; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-2022-jp; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
iso-2022-kr; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
euc-jp; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
utf-8; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
cp866; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
cp932; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
cp936; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
cp949; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
cp950; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
cp1250; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
cp1251; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
cp1252; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
cp1253; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
cp1254; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
cp1255; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm
( run in 0.877 second using v1.01-cache-2.11-cpan-5a3173703d6 )