mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
b285e1b086
create, edit and parse MIME messages (via gmime2 C library).
9 lines
451 B
Plaintext
9 lines
451 B
Plaintext
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: http://search.cpan.org/dist/MIME-Fast/
|