summaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Tools
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-04-28 05:10:02 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-04-28 05:10:02 +0000
commit0713b0e8c906913627735ecf90b20772d0e5d60f (patch)
tree1b2c6a71aed1996d9383bc566613170ef4df6a5c /mail/p5-MIME-Tools
parent===> Building package for kdeutils-4.1b (diff)
Comment that this is mail-centric, and sort methods.
Notes
Notes: svn path=/head/; revision=10730
Diffstat (limited to 'mail/p5-MIME-Tools')
-rw-r--r--mail/p5-MIME-Tools/pkg-descr33
1 files changed, 18 insertions, 15 deletions
diff --git a/mail/p5-MIME-Tools/pkg-descr b/mail/p5-MIME-Tools/pkg-descr
index 028469093dfe..790cb273c138 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.