Revert "Update to 7.40.1"
[platform/upstream/curl.git] / docs / examples / smtp-multi.c
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-01-12 Steve Holmesmtp-multi.c: Minor coding style tidyup following POP3...
2014-01-12 Steve Holmeexamples: Added comments to SMTP multi example based...
2014-01-12 Steve Holmeexamples: Removed user information and TLS setup from...
2014-01-05 Steve Holmeexamples: Added required libcurl version information...
2014-01-04 Steve Holmeexamples: Standardised username and password settings...
2014-01-01 Steve Holmeexamples: Updated SMTP multi example to be more realistic
2013-12-31 Steve Holmeexamples: Updated copyright year for recent edits
2013-12-31 Steve Holmeexamples: Corrected incorrect indentation in smtp-multi.c
2013-12-31 Steve Holmeexamples: Updated SMTP examples to set CURLOPT_UPLOAD
2012-07-04 Guenter KnaufRemoved non-used variable.
2011-11-14 Dan Fandrichcurl_easy_setopt arguments should be of type long in...
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-10 Daniel Stenbergsources: update source headers
2010-12-25 Brad HardsUse angle address, as for the rest of the example.
2010-12-23 Daniel Stenbergsmtp-multi: put recipient within <brackets>
2010-11-04 Daniel Stenbergmulti use: call multi_perform even on select() timeouts
2010-11-04 Daniel Stenbergexample: add smtp-multi.c