forked from spmfilter/libcmime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
56 lines (34 loc) · 1.77 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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.