aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/pop3-ssl.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-01-05 12:20:26 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-01-05 12:17:15 +0000
commitafb65c6cf33cbd954586ae5225b7aa11858af312 (patch)
tree815700f821dc79f67f59b173541b0f809b37fdbf /docs/examples/pop3-ssl.c
parent5be92d03b05ca68651fc9240beb7bb0f91ab99c5 (diff)
examples: Added POP3 RETR example
Diffstat (limited to 'docs/examples/pop3-ssl.c')
-rw-r--r--docs/examples/pop3-ssl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/pop3-ssl.c b/docs/examples/pop3-ssl.c
index 5a20e3c07..81d4c2af1 100644
--- a/docs/examples/pop3-ssl.c
+++ b/docs/examples/pop3-ssl.c
@@ -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.
*/