libspopc C pop3 Client library - Summary
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
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/
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/
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..
[...]
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
- Browse open items
Submit a new item
- Browse open items
Submit a new item
Powered by Savane 3.14-d582.
Corresponding source code