From e3e24e5b362fe06b2f83b7bb430f3e46f55ddf83 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Jan 2012 13:47:51 +0100 Subject: imap.c: a dead simple imap example Just to show that IMAP is used just like other protocols --- docs/examples/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/Makefile.inc') diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index e87fb1f2a..d814fe819 100644 --- a/docs/examples/Makefile.inc +++ b/docs/examples/Makefile.inc @@ -5,7 +5,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \ persistant post-callback postit2 sepheaders simple simplepost simplessl \ sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \ smtp-multi simplesmtp smtp-tls rtsp externalsocket resolve \ - progressfunc pop3s pop3slist + progressfunc pop3s pop3slist imap # These examples require external dependencies that may not be commonly # available on POSIX systems, so don't bother attempting to compile them here. -- cgit v1.2.3