The GMime package contains a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME) as defined by the applicable RFCs. See the GMime web site for the RFCs resourced. This is useful as it provides an API which adheres to the MIME specification as closely as possible while also providing programmers with an extremely easy to use interface to the API functions.
Download (HTTP): http://spruce.sourceforge.net/gmime/sources/v2.2/gmime-2.2.2.tar.gz
Download MD5 sum: e9b07d187270dee4c30b1fe8392f396b
Download size: 926 KB
Estimated disk space required: 18.7 MB
Estimated build time: 0.4 SBU
Gtk# (requires a .NET framework: Mono or DotGNU Portable.NET)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gmime
Install GMime by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite that provides meaningful results.
This package will overwrite the uudecode and uuencode programs installed by the sharutils package (or any other package that may install these programs) if they exist in /usr/bin. If you wish to preserve the existing programs, ensure you rename them before issuing the following commands.
Now, as the root user:
make install && install -v -m755 -d \ /usr/share/doc/gmime-2.2.2/{tutorial,examples,tests} && install -v -m644 README /usr/share/doc/gmime-2.2.2 && install -v -m644 examples/{README,{basic,imap}-example.c} \ /usr/share/doc/gmime-2.2.2/examples && install -v -m755 examples/{basic,imap}-example \ /usr/share/doc/gmime-2.2.2/examples && install -v -m644 tests/test-{best,html,iconv,mbox,mime,parser}.c \ tests/test{-{partial,pgp{,mime},streams}.c,?.eml} \ /usr/share/doc/gmime-2.2.2/tests && install -v -m755 tests/test-{best,html,iconv,mbox,mime,parser} \ tests/test-{partial,pgp{,mime},streams} \ /usr/share/doc/gmime-2.2.2/tests && cp -v -R docs/tutorial/html/* /usr/share/doc/gmime-2.2.2/tutorial
Last updated on 2007-01-18 13:38:19 -0600