examples: Added SMTP EXPN command example

This commit is contained in:
Steve Holme 2013-12-31 14:28:47 +00:00
parent 7b368e7f94
commit 18a6467c8c
3 changed files with 78 additions and 3 deletions

View file

@ -4,8 +4,9 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
https multi-app multi-debugcallback multi-double multi-post multi-single \
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 imap url2file sftpget ftpsget postinmemory
smtp-multi simplesmtp smtp-tls smtp-vrfy smtp-expn rtsp externalsocket \
resolve progressfunc pop3s pop3slist imap 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.