examples: Added IMAP LIST mailbox example

This commit is contained in:
Steve Holme 2013-12-31 16:22:28 +00:00
parent ab71241c88
commit 7de2e03258
2 changed files with 61 additions and 2 deletions

View file

@ -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.