examples: Added POP3 RETR example

This commit is contained in:
Steve Holme
2014-01-05 12:20:26 +00:00
parent 5be92d03b0
commit afb65c6cf3
3 changed files with 63 additions and 4 deletions

View File

@@ -23,7 +23,8 @@
#include <curl/curl.h>
/* This is a simple example showing how to retrieve mail using libcurl's POP3
* capabilities.
* capabilities. It builds on the pop3-retr.c example adding transport
* security to protect the authentication details from being snooped.
*
* Note that this example requires libcurl 7.20.0 or above.
*/