Lines 1-27
Link Here
|
1 |
This collection of modules provides perl5 access methods related to MIME. |
1 |
This collection of modules provides perl5 access methods related to MIME. |
2 |
It includes the following modules: |
2 |
It includes the following modules: |
3 |
|
3 |
|
4 |
MIME::Body |
4 |
MIME::Body MIME::Decoder MIME::Decoder::Base64 MIME::Decoder::Binary |
5 |
MIME::Decoder |
5 |
MIME::Decoder::Gzip64 MIME::Decoder::NBit MIME::Decoder::QuotedPrint |
6 |
MIME::Decoder::Base64 |
6 |
MIME::Decoder::UU MIME::Entity MIME::Field::ConTraEnc MIME::Field::ContDisp |
7 |
MIME::Decoder::Binary |
7 |
MIME::Field::ContType MIME::Field::ParamVal MIME::Head MIME::IO MIME::Latin1 |
8 |
MIME::Decoder::Gzip64 |
8 |
MIME::Parser MIME::ParserBase MIME::ToolUtils MIME::Tools MIME::Words |
9 |
MIME::Decoder::NBit |
|
|
10 |
MIME::Decoder::QuotedPrint |
11 |
MIME::Decoder::UU |
12 |
MIME::Entity |
13 |
MIME::Field::ConTraEnc |
14 |
MIME::Field::ContDisp |
15 |
MIME::Field::ContType |
16 |
MIME::Field::ParamVal |
17 |
MIME::Head |
18 |
MIME::IO |
19 |
MIME::Latin1 |
20 |
MIME::Parser |
21 |
MIME::ParserBase |
22 |
MIME::ToolUtils |
23 |
MIME::Tools |
24 |
MIME::Words |
25 |
|
9 |
|
26 |
Warning: This module is _very_ slow for (at least some) large mails, |
10 |
Warning: This module is _very_ slow for (at least some) large mails, |
27 |
is derived from Mail-Tools, and has at least some mail-specific parts. |
11 |
is derived from Mail-Tools, and has at least some mail-specific parts. |