POP3 client
pop3.c | 11 May 2004 | 9.5k |
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.
This software has been placed in the public domain.