ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
451 B
Text
8 lines
451 B
Text
MIME::Fast is a perl module for creating, editing and parsing MIME
|
|
messages. This module is based on the very good C library called gmime
|
|
(currently in development). MIME::Fast outght to be faster and should
|
|
use less memory and CPU resources than standard MIME (perl module),
|
|
because MIME::Fast is the wrapper for C functions (calling C function is
|
|
much, much less expensive than calling perl function).
|
|
|
|
WWW: https://metacpan.org/release/MIME-Fast
|