libspopc 0.10 (Stable branch)

libspopc is an easy-to-use POP3 client library written in C. It implements the client side of RFC 1939, providing an easy and quick way to support POP3 and POP3s (SSL) access in a program. It can download email headers and delete messages remotely without actualy downloading the message.License: GNU Lesser General Public License (LGPL)Changes:
This version re-enables the long-disabled send and recv timeouts (set to 15s), with a new method that allow timeouts with SSL. It adds a way to control the synchronization of the session object with the server state. It also adds direct access to message numbers in the session object. The manual and the example programs have been updated. The code has been cleaned up.

More...