• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Fast/H03-May-2022-4,0193,407

cinclude/H17-Dec-2004-512423

examples/H17-Dec-2004-8761

t/H17-Dec-2004-228155

COPYINGH A D20-Nov-200117.6 KiB341281

ChangesH A D17-Dec-20044.8 KiB123107

Fast.pmH A D17-Dec-20045 KiB181134

Fast.podH A D16-Dec-200435.5 KiB1,432882

Fast.xsH A D17-Dec-200414.1 KiB572469

MANIFESTH A D16-Oct-2003956 5756

Makefile.PLH A D03-May-20223.5 KiB8468

READMEH A D17-Dec-20041.1 KiB3321

TODOH A D18-Jun-2003145 63

gmime-stream-perlio.cH A D16-Dec-20049.4 KiB396248

gmime-stream-perlio.hH A D03-May-20222.5 KiB7435

test.emlH A D16-Jun-20031.3 KiB4132

typemapH A D16-Oct-20031.6 KiB6255

README

1
2MIME::Fast - Parsing MIME messages (wrapper for C gmime library)
3
4MIME::Fast is a perl module for creating, editing and parsing MIME messages.
5This module is based on the very good C library called
6gmime (currently in development). MIME::Fast outght to be faster and should
7use less memory and CPU resources than standard MIME (perl module),
8because MIME::Fast is the wrapper for C functions (calling C function
9is much, much less expensive than calling perl function).
10
11WARNING: this code is still in beta phase, and interface methods
12could change.
13
14Install package with:
15
16perl Makefile.PL
17make test
18make install
19
20REQUIREMENTS: This module MIME::Fast requires perl 5.8.x and gmime 2.1.9 or higher.
21The homepage of gmime C library is at http://spruce.sourceforge.net/gmime/
22The homepage of glib C library is at http://www.gtk.org/
23
24Bugs and questions should be mailed to the author.
25
26Author: Piotr Klaban <post@klaban.torun.pl>
27
28Copyright 2001,2002,2003,2004 Piotr Klaban
29
30This library is free software; you can redistribute it and/or
31modify it under the same terms as Perl itself or under GPL version 2.
32
33