pop3

POP3 client

pop3.c 11 May 2004 9.5k

Description

pop3 is a very simple C program that retreives and deletes mail from a POP3 server. It writes each message to stdout using the 'dot' delimiter. (with leading dots escaped with another dot). It is careful with buffers and passwords.

Licence

This software has been placed in the public domain.