#
c68758b6 |
| 31-Dec-2013 |
Steve Holme |
examples: Corrected incorrect indentation in smtp-multi.c
|
#
73a89417 |
| 31-Dec-2013 |
Steve Holme |
examples: Updated SMTP examples to set CURLOPT_UPLOAD
|
Revision tags: curl-7_34_0, curl-7_33_0, curl-7_32_0, curl-7_31_0, curl-7_30_0, curl-7_29_0, curl-7_28_1, curl-7_28_0, curl-7_27_0 |
|
#
897cf5d1 |
| 04-Jul-2012 |
Guenter Knauf |
Removed non-used variable.
|
Revision tags: curl-7_26_0, curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0 |
|
#
95ddbdb1 |
| 14-Nov-2011 |
Dan Fandrich |
curl_easy_setopt arguments should be of type long in the examples
|
Revision tags: curl-7_22_0, curl-7_21_7, curl-7_21_6, curl-7_21_5 |
|
#
1aeb635c |
| 10-Mar-2011 |
Daniel Stenberg |
sources: update source headers All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disc
sources: update source headers All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
show more ...
|
Revision tags: curl-7_21_4 |
|
#
879914de |
| 25-Dec-2010 |
Brad Hards |
Use angle address, as for the rest of the example. Also spelling fix for RECIPIENT #define.
|
#
7dc9393d |
| 23-Dec-2010 |
Daniel Stenberg |
smtp-multi: put recipient within <brackets> Even if libcurl might to do it for us, it is more correct.
|
Revision tags: curl-7_21_3 |
|
#
542318b1 |
| 04-Nov-2010 |
Daniel Stenberg |
multi use: call multi_perform even on select() timeouts
|
#
909e711e |
| 04-Nov-2010 |
Daniel Stenberg |
example: add smtp-multi.c An example application source code sending SMTP mail with the multi interface. It is based on the code Alona Rossen provided, which in turn is based on exis
example: add smtp-multi.c An example application source code sending SMTP mail with the multi interface. It is based on the code Alona Rossen provided, which in turn is based on existing example/test code, and I converted it even more into a decent example with a fair multi API use, put the info required to edit at the top and I added some comments.
show more ...
|