MIME::Fast - Parsing MIME messages (wrapper for C gmime library)
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).
WARNING: this code is still in beta phase, and interface methods could change.
Install package with:
perl Makefile.PL
make test
make install
REQUIREMENTS: This module MIME::Fast requires perl 5.8.x and gmime 2.1.9 or higher. The homepage of gmime C library is at http://spruce.sourceforge.net/gmime/ The homepage of glib C library is at http://www.gtk.org/
Bugs and questions should be mailed to the author.
Author: Piotr Klaban <post@klaban.torun.pl>
Copyright 2001,2002,2003,2004 Piotr Klaban
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself or under GPL version 2.