Skip to content

libcmime is a lightweight mime library, written in C

License

Notifications You must be signed in to change notification settings

vkochan/libcmime

Repository files navigation

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

libcmime is 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.

        
MERCURIAL REPOSITORY
-------------------------------------------------------------------------------

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

        hg clone http://libcmime.org/hg/libcmime
        
See the download page for full details on all the ways to grab the
source web-browsing of the mercurial repository, etc.:

        http://libcmime.org/files


LICENSE INFORMATION
-------------------------------------------------------------------------------
libcmime is released under the LGPL. This means (in short..) that you are free 
to use, change and distribute it.

About

libcmime is a lightweight mime library, written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.8%
  • CMake 37.1%
  • Yacc 2.0%
  • Lex 1.1%