diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-12-31 16:22:28 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-12-31 16:28:37 +0000 |
commit | 7de2e032584d441ff28c35bea932f25c5fc38a10 (patch) | |
tree | 4239e12859f11cd011da854832f4f2df671340b1 /docs/examples/Makefile.inc | |
parent | ab71241c88693ed25e24e74ab41fde1117229a66 (diff) | |
download | curl-7de2e032584d441ff28c35bea932f25c5fc38a10.tar.gz |
examples: Added IMAP LIST mailbox example
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r-- | docs/examples/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index 69f2994ec..a58cc5499 100644 --- a/docs/examples/Makefile.inc +++ b/docs/examples/Makefile.inc @@ -5,8 +5,8 @@ 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 smtp-send smtp-tls smtp-vrfy smtp-expn rtsp externalsocket \ - resolve progressfunc pop3s pop3slist imap-fetch url2file sftpget ftpsget \ - postinmemory + resolve progressfunc pop3s pop3slist imap-list imap-fetch url2file sftpget \ + ftpsget postinmemory # These examples require external dependencies that may not be commonly # available on POSIX systems, so don't bother attempting to compile them here. |