summaryrefslogtreecommitdiff
path: root/docs/examples/smtp-multi.c
AgeCommit message (Expand)Author
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-05examples/mime: minor example code fixesViktor Szakats
2016-02-11examples: adhere to curl code styleDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-22examples: Added website parse-able descriptions to the e-mail examplesSteve Holme
2014-11-19examples: Wait recommended 100ms when no file descriptors are readyJay Satiro
2014-11-15examples: Don't call select() to sleep on windowsJay Satiro
2014-01-12smtp-multi.c: Minor coding style tidyup following POP3 and IMAP additionsSteve Holme
2014-01-12examples: Added comments to SMTP multi example based on other MAIL examplesSteve Holme
2014-01-12examples: Removed user information and TLS setup from SMTP multi exampleSteve Holme
2014-01-05examples: Added required libcurl version information to SMTP examplesSteve Holme
2014-01-04examples: Standardised username and password settings for all email examplesSteve Holme
2014-01-01examples: Updated SMTP multi example to be more realisticSteve Holme
2013-12-31examples: Updated copyright year for recent editsSteve Holme
2013-12-31examples: Corrected incorrect indentation in smtp-multi.cSteve Holme
2013-12-31examples: Updated SMTP examples to set CURLOPT_UPLOADSteve Holme
2012-07-04Removed non-used variable.Guenter Knauf
2011-11-14curl_easy_setopt arguments should be of type long in the examplescurl-7_23_0Dan Fandrich
2011-03-10sources: update source headersDaniel Stenberg
2010-12-25Use angle address, as for the rest of the example.Brad Hards
2010-12-23smtp-multi: put recipient within <brackets>Daniel Stenberg
2010-11-04multi use: call multi_perform even on select() timeoutsDaniel Stenberg
2010-11-04example: add smtp-multi.cDaniel Stenberg