examples: Added IMAP EXAMINE mailbox folder example

This commit is contained in:
Steve Holme 2014-01-02 19:49:49 +00:00
parent e9b9e287c1
commit f063773b83
2 changed files with 61 additions and 1 deletions

View file

@ -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 \
imap-append url2file sftpget ftpsget postinmemory
imap-append imap-examine 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.