/libcmime

libcmime is a lightweight mime library, written in C

Primary LanguageCOtherNOASSERTION

WHAT IS LIBCMIME?
-------------------------------------------------------------------------------

A lightweight mime library, written in C.  It attempts to be a general library 
for parsing and creating mime email messages and is designed to provide an easy 
to use and easy to integrate interface for developers. libcmime is a pretty fresh 
project so the library is still in beta state and there will be early and frequent 
releases. 


REQUIREMENTS
-------------------------------------------------------------------------------

For proper compilation and functionality of libcmime, the following packages 
are REQUIRED:

  - cmake >= 2.6 (http://www.cmake.org/)
  - Flex >= 2.5.33 (http://flex.sourceforge.net/)
  - Bison >= 1.8 (http://www.gnu.org/software/bison/)


WEB SITE
-------------------------------------------------------------------------------

The main libcmime site is here: 
	
	http://libcmime.org

There you'll find downloads, API documentation, etc.


MAILING LISTS
-------------------------------------------------------------------------------

The developers mailing list (http://groups.google.com/group/libcmime-devel) is 
used for discussions and questions about development with libcmime.

        
GIT REPOSITORY
-------------------------------------------------------------------------------

If you want to get the very latest version of libcmime direct from the
source code repository then you can use git:

        git clone git://github.com/spmfilter/libcmime.git 
        
See the download page for full details on all the ways to grab the
source web-browsing of the git repository, etc.:

        http://libcmime.org/files


LICENSE INFORMATION
-------------------------------------------------------------------------------
libcmime  is released under the MIT license.