summaryrefslogtreecommitdiff
path: root/docs/examples/smtp-multi.c
Commit message (Expand)AuthorAgeFilesLines
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* examples/mime: minor example code fixesViktor Szakats2017-09-051-2/+2
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-4/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* examples: Added website parse-able descriptions to the e-mail examplesSteve Holme2015-11-221-1/+7
* examples: Wait recommended 100ms when no file descriptors are readyJay Satiro2014-11-191-8/+12
* examples: Don't call select() to sleep on windowsJay Satiro2014-11-151-8/+26
* smtp-multi.c: Minor coding style tidyup following POP3 and IMAP additionsSteve Holme2014-01-121-13/+12
* examples: Added comments to SMTP multi example based on other MAIL examplesSteve Holme2014-01-121-8/+24
* examples: Removed user information and TLS setup from SMTP multi exampleSteve Holme2014-01-121-18/+5
* examples: Added required libcurl version information to SMTP examplesSteve Holme2014-01-051-4/+6
* examples: Standardised username and password settings for all email examplesSteve Holme2014-01-041-4/+2
* examples: Updated SMTP multi example to be more realisticSteve Holme2014-01-011-35/+44
* examples: Updated copyright year for recent editsSteve Holme2013-12-311-1/+1
* examples: Corrected incorrect indentation in smtp-multi.cSteve Holme2013-12-311-41/+41
* examples: Updated SMTP examples to set CURLOPT_UPLOADSteve Holme2013-12-311-0/+1
* Removed non-used variable.Guenter Knauf2012-07-041-2/+0
* curl_easy_setopt arguments should be of type long in the examplescurl-7_23_0Dan Fandrich2011-11-141-6/+6
* sources: update source headersDaniel Stenberg2011-03-101-2/+15
* Use angle address, as for the rest of the example.Brad Hards2010-12-251-3/+3
* smtp-multi: put recipient within <brackets>Daniel Stenberg2010-12-231-1/+1
* multi use: call multi_perform even on select() timeoutsDaniel Stenberg2010-11-041-6/+2
* example: add smtp-multi.cDaniel Stenberg2010-11-041-0/+196