libspopc 0.10 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News libspopc 0.10 (Stable branch)
# 1  
Old 01-31-2009
libspopc 0.10 (Stable branch)

Imagelibspopc 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.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
pop3front(8)						      System Manager's Manual						      pop3front(8)

NAME
pop2front - POP3 Front End SYNOPSIS
pop3front-auth cvm program [ args ... ] pop3front-maildir [ default-maildir ] DESCRIPTION
The POP3 front end is composed of two pieces: an authentication front end and a transfer back-end. Connections are timed out after $TIMEOUT seconds of inactivity (defaults to 1200 seconds or 20 minutes), or $SESSION_TIMEOUT seconds after the connection was established (defaults to 86400 seconds or 24 hours). pop3front-auth authenticates the username and password sent by the client using the named cvm. If successful, it sets up the environment and executes program. It also offers RFC 1734 complient AUTH support through ``cvm-sasl''. pop3front-maildir serves messages via POP3 out of a maildir. If $MAILBOX is set, its contents are used as the path to the mailbox, other- wise the default-mailbox argument must be present. If $MAX_MESSAGES is set, the total number of accessable messages will be limited to that number. In addition, if either of $MAX_CUR_MESSAGES or $MAX_NEW_MESSAGES are set, the total number of accessable messages in the "cur" and "new" subdirectories respectively will each be limited to that number. SEE ALSO
smtpfront(8) /usr/share/doc/mailfront/html/cvm-sasl.html http://untroubled.org/mailfront/ http://untroubled.org/cvm/ pop3front(8)