index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
examples
/
smtp-multi.c
Age
Commit message (
Expand
)
Author
2014-11-19
examples: Wait recommended 100ms when no file descriptors are ready
Jay Satiro
2014-11-15
examples: Don't call select() to sleep on windows
Jay Satiro
2014-01-12
smtp-multi.c: Minor coding style tidyup following POP3 and IMAP additions
Steve Holme
2014-01-12
examples: Added comments to SMTP multi example based on other MAIL examples
Steve Holme
2014-01-12
examples: Removed user information and TLS setup from SMTP multi example
Steve Holme
2014-01-05
examples: Added required libcurl version information to SMTP examples
Steve Holme
2014-01-04
examples: Standardised username and password settings for all email examples
Steve Holme
2014-01-01
examples: Updated SMTP multi example to be more realistic
Steve Holme
2013-12-31
examples: Updated copyright year for recent edits
Steve Holme
2013-12-31
examples: Corrected incorrect indentation in smtp-multi.c
Steve Holme
2013-12-31
examples: Updated SMTP examples to set CURLOPT_UPLOAD
Steve Holme
2012-07-04
Removed non-used variable.
Guenter Knauf
2011-11-14
curl_easy_setopt arguments should be of type long in the examples
Dan Fandrich
2011-03-10
sources: update source headers
Daniel Stenberg
2010-12-25
Use angle address, as for the rest of the example.
Brad Hards
2010-12-23
smtp-multi: put recipient within <brackets>
Daniel Stenberg
2010-11-04
multi use: call multi_perform even on select() timeouts
Daniel Stenberg
2010-11-04
example: add smtp-multi.c
Daniel Stenberg