From 06b288a72d8db4814bf9eb98eba9be0ea6971a76 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 22 Nov 2015 11:55:10 +0000 Subject: examples: Added website parse-able descriptions to the e-mail examples --- docs/examples/pop3-list.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/examples/pop3-list.c') diff --git a/docs/examples/pop3-list.c b/docs/examples/pop3-list.c index aebcea6b6..49dd19ed3 100644 --- a/docs/examples/pop3-list.c +++ b/docs/examples/pop3-list.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -19,6 +19,12 @@ * KIND, either express or implied. * ***************************************************************************/ + +/* + * POP3 example to list the contents of a mailbox + * + */ + #include #include -- cgit v1.2.3