aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/imap-append.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/imap-append.c')
-rw-r--r--docs/examples/imap-append.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/examples/imap-append.c b/docs/examples/imap-append.c
index fb58b4b23..c2fe2ab1f 100644
--- a/docs/examples/imap-append.c
+++ b/docs/examples/imap-append.c
@@ -19,10 +19,12 @@
* KIND, either express or implied.
*
***************************************************************************/
+
/* <DESC>
- * Simple IMAP APPEND use
+ * IMAP example showing how to send e-mails
* </DESC>
*/
+
#include <stdio.h>
#include <string.h>
#include <curl/curl.h>