libspopc-0.7.2

所属分类:Email服务器
开发工具:C/C++
文件大小:118KB
下载次数:3
上传日期:2011-08-20 01:18:27
上 传 者AliNaqvi
说明:  pop3 client library written in C and uses BSD-style sockets

文件列表:
libspopc-0.7.2 (0, 2006-04-06)
libspopc-0.7.2\AUTHORS (162, 2006-04-06)
libspopc-0.7.2\ChangeLog (8433, 2006-04-06)
libspopc-0.7.2\COPYING.LIB (25265, 2006-04-06)
libspopc-0.7.2\doc (0, 2006-04-06)
libspopc-0.7.2\doc\manual.ps (43921, 2006-04-06)
libspopc-0.7.2\doc\manual.txt (5055, 2006-04-06)
libspopc-0.7.2\doc\manual.rtf (19811, 2006-04-06)
libspopc-0.7.2\doc\manual.html (6106, 2006-04-06)
libspopc-0.7.2\doc\manual.abw (66259, 2006-04-06)
libspopc-0.7.2\doc\manual.sxw (8576, 2006-04-06)
libspopc-0.7.2\doc\manual.kwd (5288, 2006-04-06)
libspopc-0.7.2\doc\rfc (0, 2006-04-06)
libspopc-0.7.2\doc\rfc\rfc1725.txt (35058, 2006-04-06)
libspopc-0.7.2\doc\rfc\rfc1734.txt (8499, 2006-04-06)
libspopc-0.7.2\doc\rfc\rfc1939.txt (47018, 2006-04-06)
libspopc-0.7.2\doc\rfc\rfc1957.txt (2325, 2006-04-06)
libspopc-0.7.2\doc\rfc\rfc2449.txt (35517, 2006-04-06)
libspopc-0.7.2\doc\rfc\rfc2595.txt (32440, 2006-04-06)
libspopc-0.7.2\examples (0, 2006-04-06)
libspopc-0.7.2\examples\winpoptest1.c (2605, 2006-04-06)
libspopc-0.7.2\examples\butcher.c (2962, 2006-04-06)
libspopc-0.7.2\examples\winpoptest2.c (1925, 2006-04-06)
libspopc-0.7.2\examples\poptest2.c (2052, 2006-04-06)
libspopc-0.7.2\examples\poptest1.c (3583, 2006-04-06)
libspopc-0.7.2\format.c (7532, 2006-04-06)
libspopc-0.7.2\libspopc.h (10269, 2006-04-06)
libspopc-0.7.2\Makefile (1907, 2006-04-06)
libspopc-0.7.2\queries.c (10517, 2006-04-06)
libspopc-0.7.2\objects.c (7060, 2006-04-06)
libspopc-0.7.2\parsing.c (1175, 2006-04-06)
libspopc-0.7.2\session.c (5379, 2006-04-06)
libspopc-0.7.2\libspopc.h.html (24565, 2006-04-06)

Hello, Typing "make list" will list make targets you can use. Typing "make test" will build executable examples of use. See examples/ directory to learn how to use libspopc. libspopc.h is also a good start to study the 2 APIs (one high level, on low-level, make your choice) if you are under windows, compile with: make FLAGS='-Wall -g -DWIN32' LDFLAGS='-lwsock32' if you want libspopc fully reentrant, compile with: make FLAGS='-Wall -D_REENTRANT' if you want to disable OpenSSL support, compile with: make FLAGS='-Wall -Os' LDFLAGS='' quick manuals are in doc/ directory Type "make install" to install libspopc.a in /usr/lib/ (you must be root to do that) To link YOUR program with libspopc, just add #include in program.c before your main() and compile as: gcc -Wall -o program program.c -lspopc enjoy ! Ben, 2005-01

近期下载者

相关文件


收藏者