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.
| Tags | Communications Email Post-Office POP3 Software Development Embedded Systems Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Release Notes: This version adds the ability to build libspopc with POSIX mutex enabled on VMS.


Release Notes: This version has more compilation options, using either librt's semaphores or pthread's mutex. It has been updated to compile and run again on Win32.


Release Notes: This version has fixes for buffer overruns.


Release Notes: This version contains some bugfixes for the case in which either a network problem occurred or the default timeout was reached without the server responding.


Release Notes: This version includes a minor bugfix related to conditional build when SSL support is disabled.