diff options
author | eivind <eivind@FreeBSD.org> | 1998-04-28 05:10:02 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-04-28 05:10:02 +0000 |
commit | 3e7beb6a3ddbc7d0df2f7ee65143e274f4b64d47 (patch) | |
tree | 2193413f000f5f424e20d99e5994d6d70a4294f4 /mail/p5-MIME-Tools | |
parent | 3755c726883f88572e7975d67be47b59b49e8910 (diff) | |
download | FreeBSD-ports-3e7beb6a3ddbc7d0df2f7ee65143e274f4b64d47.zip FreeBSD-ports-3e7beb6a3ddbc7d0df2f7ee65143e274f4b64d47.tar.gz |
Comment that this is mail-centric, and sort methods.
Diffstat (limited to 'mail/p5-MIME-Tools')
-rw-r--r-- | mail/p5-MIME-Tools/pkg-descr | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/mail/p5-MIME-Tools/pkg-descr b/mail/p5-MIME-Tools/pkg-descr index 0284690..790cb27 100644 --- a/mail/p5-MIME-Tools/pkg-descr +++ b/mail/p5-MIME-Tools/pkg-descr @@ -1,24 +1,27 @@ This collection of modules provides perl5 access methods related to MIME. It includes the following modules: -MIME::IO -MIME::Entity +MIME::Body +MIME::Decoder +MIME::Decoder::Base64 +MIME::Decoder::Binary +MIME::Decoder::Gzip64 +MIME::Decoder::NBit MIME::Decoder::QuotedPrint +MIME::Decoder::UU +MIME::Entity +MIME::Field::ConTraEnc +MIME::Field::ContDisp +MIME::Field::ContType MIME::Field::ParamVal -MIME::ParserBase +MIME::Head +MIME::IO MIME::Latin1 -MIME::Field::ContType -MIME::Decoder::Gzip64 -MIME::Decoder::Base64 -MIME::Decoder::Binary MIME::Parser -MIME::Body -MIME::Decoder::UU -MIME::Words +MIME::ParserBase MIME::ToolUtils -MIME::Field::ConTraEnc MIME::Tools -MIME::Decoder::NBit -MIME::Head -MIME::Decoder -MIME::Field::ContDisp +MIME::Words + +Warning: This module is _very_ slow for (at least some) large mails, +is derived from Mail-Tools, and has at least some mail-specific parts. |