mainlibspopc C pop3 Client library - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 7522
System Name: libspopc
Name: libspopc C pop3 Client library
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

libspopc is a simple and thin pop3 client library actually used by several small (and even smaller) programs. One of libspopc's purposes was to help developpers to host easily a pop3 mail client in their programs whatever their knowledge on the network API in libc.

It does not handle mail file parsing, but just provides a session-based or a socket-based interface for email transfert. Both APIs aim to be easy to use.

libspopc works on any UNIX-like system and also MS-windows (even old win32). It is very small (but could be smaller again). Just being an RFC1939 implementation and a partial RFC2595 implementation, supporting SSL connections when linked with OpenSSL. Enjoy and stretch the toy..

Registration Date: Sat 16 Apr 2005 08:57:44 PM UTC
License: GNU Lesser General Public License
Development Status: 6 - Mature

 

Latest News rss feed
libspopc 0.12 and links updates.
     posted by brouits, Sat 15 Feb 2020 04:28:55 AM UTC

Old libspopc is at its last version 0.12. It is acessible on:
http://brouits.free.fr/libspopc/releases/

libspopc 0.12 is on the net
     posted by brouits, Sun 11 Jul 2010 02:52:06 PM UTC

This version has more compilation options, using either librt's semaphores or pthread's mutex (for compilation under VMS). It has been updated to compile and run again on Win32. You can get it on http://herewe.servebeer.com/libspopc/releases/

libspopc 0.7.8 released
     posted by brouits, Thu 16 Oct 2008 03:03:00 AM UTC

2008-05-09
downoad at http://brouits.free.fr/libspopc/releases/
me:
- fixed broken old fix recv_rest(), removed all EBUG defs. v0.7.8
- fixed broken dotline search in recv_rest()
- better End Of String detection (break on overflow)
- replaced line 162's malloc by a NULL; avoid a one byte memory leak.. [...]

libspopc 0.7.2 released
     posted by brouits, Wed 05 Apr 2006 05:33:56 PM UTC

libspopc 0.7.2 is out.

Changes since previous version:
- remove ssl_verify_cert_chain().
- don't really use timedrread() if SSL is enabled.
- cleanups

Download version 0.7.2:
http://brouits.free.fr/libspopc/releases/libspopc-0.7.2.tar.gz


Communication Tools

Development Tools
 Task Manager (open items: 0, total: 0)
 Patch Manager (open items: 0, total: 0)

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code