diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-01-01 18:00:18 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-01-01 18:02:06 +0000 |
commit | 83ae98c6c62fc19538b7b936439d3ebf5e9cca0e (patch) | |
tree | 409a829f93d457cb92ff1fb79570d6f130521718 /docs/examples/Makefile.inc | |
parent | 2658da7604b634a15385af205495e35cbed5a7ef (diff) | |
download | curl-83ae98c6c62fc19538b7b936439d3ebf5e9cca0e.tar.gz |
examples: Added IMAP APPEND example
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r-- | docs/examples/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index f5bbf54ba..d545eccf7 100644 --- a/docs/examples/Makefile.inc +++ b/docs/examples/Makefile.inc @@ -6,7 +6,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \ sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \ smtp-multi smtp-send smtp-tls smtp-vrfy smtp-expn rtsp externalsocket \ resolve progressfunc pop3s pop3slist imap-list imap-fetch imap-store \ - url2file sftpget ftpsget postinmemory + imap-append 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. |