diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1998-04-28 05:10:02 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-04-28 05:10:02 +0000 |
commit | 0713b0e8c906913627735ecf90b20772d0e5d60f (patch) | |
tree | 1b2c6a71aed1996d9383bc566613170ef4df6a5c /mail | |
parent | 1bc3971a434b5f041aefd72b93a37d40d83a7261 (diff) | |
download | ports-0713b0e8c906913627735ecf90b20772d0e5d60f.tar.gz ports-0713b0e8c906913627735ecf90b20772d0e5d60f.zip |
Notes
Diffstat (limited to 'mail')
-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 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. |