|
9 years ago | |
---|---|---|
build-mac | 9 years ago | |
build-windows | 9 years ago | |
doc | 11 years ago | |
include | 11 years ago | |
m4 | 11 years ago | |
src | 9 years ago | |
tests | 9 years ago | |
travis | 9 years ago | |
.gitignore | 9 years ago | |
.travis.yml | 9 years ago | |
AUTHORS | 11 years ago | |
COPYRIGHT | 11 years ago | |
ChangeLog | 11 years ago | |
Makefile.am | 11 years ago | |
NEWS | 11 years ago | |
README.md | 9 years ago | |
autogen.sh | 10 years ago | |
configure.ac | 9 years ago | |
libetpan-config.h.in | 10 years ago | |
libetpan-config.in | 11 years ago | |
rules.mk | 11 years ago |
The purpose of this mail library is to provide a portable, efficient framework for different kinds of mail access: IMAP, SMTP, POP and NNTP.
It provides an API for C language.
You need to install autoconf, automake and libtool. They can be installed using brew.
$ ./autogen.sh
$ make
$ gcc -c -o sample.o sample.c `libetpan-config --cflags`
$ gcc -o sample sample.o `libetpan-config --libs`
build-mac/libetpan.xcodeproj
libetpan.xcodeproj
as sub-projectlibetpan.xcodeproj
as sub-project-lsasl2
See http://etpan.org/libetpan.html for more information and examples.